Teleforge API Reference - v0.1.0
Preparing search index...
core/src
RouteCoordinationConfig
Interface RouteCoordinationConfig
interface
RouteCoordinationConfig
{
entryPoints
:
readonly
LaunchEntryPoint
[]
;
flow
?:
RouteFlowMetadata
;
flowId
?:
string
;
returnToChat
?:
ReturnToChatMetadata
;
stepRoutes
?:
Readonly
<
Record
<
string
,
string
>
>
;
}
Hierarchy (
View Summary
)
RouteCoordinationConfig
RouteEntry
Index
Properties
entry
Points
flow?
flow
Id?
return
To
Chat?
step
Routes?
Properties
entry
Points
entryPoints
:
readonly
LaunchEntryPoint
[]
Optional
flow
flow
?:
RouteFlowMetadata
Optional
flow
Id
flowId
?:
string
Optional
return
To
Chat
returnToChat
?:
ReturnToChatMetadata
Optional
step
Routes
stepRoutes
?:
Readonly
<
Record
<
string
,
string
>
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
entry
Points
flow
flow
Id
return
To
Chat
step
Routes
Teleforge API Reference - v0.1.0
Loading...