Class BaseFunction

Implements

Implemented by

Constructors

Properties

builders?: boolean

Whether function support builder functions.

code: ((d, args) => Promise<any>)

Type declaration

    • (d, args): Promise<any>
    • Parameters

      • d: Data
      • args: string[]

      Returns Promise<any>

description: string

Description for this function.

injectable?: boolean

Whether function is subfunction-injectable.

parameters?: BaseFieldOptions[]

Field specifications for this function.

Generated using TypeDoc