神岛 API 文档 - ArenaPro版
    Preparing search index...

    Interface FunctionConstructor

    interface FunctionConstructor {
        new FunctionConstructor(...args: string[]): Function;
        new FunctionConstructor(...args: string[]): Function;
        prototype: Function;
        (...args: string[]): Function;
        (...args: string[]): Function;
    }
    Index

    Constructors

    Properties

    Constructors

    • Creates a new function.

      Parameters

      • ...args: string[]

        A list of arguments the function accepts.

      Returns Function

    • Creates a new function.

      Parameters

      • ...args: string[]

        A list of arguments the function accepts.

      Returns Function

    Properties

    prototype: Function