@wildix/xbees-conversations-client > ButtonHandler > Visitor
ButtonHandler.Visitor interface
Signature:
interface Visitor<T>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(name: string, value: any) => T | |||
(value: ButtonActionHandler) => T | |||
(value: ButtonLinkHandler) => T | |||
(value: ButtonReplyHandler) => T |