chatkit-node-backend-sdk / ActionConfig
Interface: ActionConfig
Defined in: src/types/actions.ts:11
Configuration for an action that can be triggered by a widget component.
Properties
type
type:
string
Defined in: src/types/actions.ts:12
payload?
optionalpayload:unknown
Defined in: src/types/actions.ts:13
handler?
optionalhandler:Handler
Defined in: src/types/actions.ts:14
loadingBehavior?
optionalloadingBehavior:LoadingBehavior
Defined in: src/types/actions.ts:15