@wildix/xbees-users-client > BotToolVariableHandler > Visitor
BotToolVariableHandler.Visitor interface
Signature:
interface Visitor<T>
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(name: string, value: any) => T | |||
(value: BotToolVariableAutoHandler) => T | |||
(value: BotToolVariableGuidedHandler) => T | |||
(value: BotToolVariablePredefinedHandler) => T |