WidgetFunctionWithHandler: WidgetFunctionBase & {
    handler: ((args) => any);
}

Type declaration

  • handler: ((args) => any)
      • (args): any
      • Parameters

        • args: any

        Returns any

Generated using TypeDoc