Documentation
    Preparing search index...

    Function type metadata.

    interface IFunction {
        async: boolean;
        output: IMetadataSchema;
        parameters: IMetadataSchema.IParameter[];
    }
    Index

    Properties

    async: boolean

    Whether the function is async.

    Return type schema.

    Function parameters.