Type alias BlockImplementation

BlockImplementation: ((this: Block, ...args: any[]) => any)

Type declaration

    • (this: Block, ...args: any[]): any
    • Parameters

      • this: Block
      • Rest ...args: any[]

      Returns any

Generated using TypeDoc