Skip to main content

@wildix/xbees-kite-client > WidgetRoute

WidgetRoute interface

Signature:

export interface WidgetRoute 

Properties

Property

Modifiers

Type

Description

id

string

rules

(WidgetRouteRule)[]

target

WidgetTarget

The target will be used if the specified route matches the specified rules. If no rules are matched, the default target of the widget will be used.

welcomeMessages?

(WidgetWelcomeMessage)[] | undefined

(Optional) A list of welcome messages that will be sent to the user when they first interact with the widget.