TextOnlyCustomHandler
Defined in: gadgets/types.ts:373
Custom handler for complex text-only response scenarios
Properties
Section titled “Properties”handler()
Section titled “handler()”handler: (
context) =>TextOnlyAction|Promise<TextOnlyAction>
Defined in: gadgets/types.ts:375
Parameters
Section titled “Parameters”context
Section titled “context”Returns
Section titled “Returns”TextOnlyAction | Promise<TextOnlyAction>
type:
"custom"
Defined in: gadgets/types.ts:374