@wildix/xbees-kite-client > RouteActionCondition > Visitor
RouteActionCondition.Visitor interface
Signature:
interface Visitor<T>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(name: string, value: any) => T | |||
(value: RouteEvaluationCondition) => T | |||
(value: InactivityTimeoutCondition) => T | |||
(value: RouteReadTimeoutCondition) => T | |||
(value: RouteReplyTimeoutCondition) => T |