Teleforge API Reference - v0.1.0
Preparing search index...
core/src
ResolvedCoordinationConfig
Interface ResolvedCoordinationConfig
interface
ResolvedCoordinationConfig
{
defaults
:
CoordinationDefaults
;
entryPoints
:
ResolvedCoordinationEntryPointMappings
;
flows
:
Record
<
string
,
FlowEntry
>
;
resolveEntryPoint
:
(
type
:
"command"
|
"button"
|
"deepLink"
,
key
:
string
,
)
=>
string
|
undefined
;
resolveFlow
:
(
flowId
:
string
)
=>
FlowEntry
|
undefined
;
resolveRoute
:
(
path
:
string
)
=>
ResolvedRouteCoordinationConfig
|
undefined
;
resolveStep
:
(
path
:
string
,
flowId
?:
string
)
=>
string
|
undefined
;
resolveStepRoute
:
(
flowId
:
string
,
stepId
:
string
)
=>
string
|
undefined
;
routes
:
Record
<
string
,
ResolvedRouteCoordinationConfig
>
;
validation
:
ValidationResult
;
}
Index
Properties
defaults
entry
Points
flows
resolve
Entry
Point
resolve
Flow
resolve
Route
resolve
Step
resolve
Step
Route
routes
validation
Properties
defaults
defaults
:
CoordinationDefaults
entry
Points
entryPoints
:
ResolvedCoordinationEntryPointMappings
flows
flows
:
Record
<
string
,
FlowEntry
>
resolve
Entry
Point
resolveEntryPoint
:
(
type
:
"command"
|
"button"
|
"deepLink"
,
key
:
string
,
)
=>
string
|
undefined
resolve
Flow
resolveFlow
:
(
flowId
:
string
)
=>
FlowEntry
|
undefined
resolve
Route
resolveRoute
:
(
path
:
string
)
=>
ResolvedRouteCoordinationConfig
|
undefined
resolve
Step
resolveStep
:
(
path
:
string
,
flowId
?:
string
)
=>
string
|
undefined
resolve
Step
Route
resolveStepRoute
:
(
flowId
:
string
,
stepId
:
string
)
=>
string
|
undefined
routes
routes
:
Record
<
string
,
ResolvedRouteCoordinationConfig
>
validation
validation
:
ValidationResult
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
defaults
entry
Points
flows
resolve
Entry
Point
resolve
Flow
resolve
Route
resolve
Step
resolve
Step
Route
routes
validation
Teleforge API Reference - v0.1.0
Loading...