Teleforge API Reference - v0.1.0
Preparing search index...
ui/src
LaunchModeBoundaryProps
Interface LaunchModeBoundaryProps
interface
LaunchModeBoundaryProps
{
children
:
ReactNode
;
fallback
?:
ReactNode
;
modes
:
LaunchMode
[]
;
onModeChange
?:
(
mode
:
LaunchMode
)
=>
void
;
redirectTo
?:
string
;
showExpandPrompt
?:
boolean
;
}
Index
Properties
children
fallback?
modes
on
Mode
Change?
redirect
To?
show
Expand
Prompt?
Properties
children
children
:
ReactNode
Optional
fallback
fallback
?:
ReactNode
modes
modes
:
LaunchMode
[]
Optional
on
Mode
Change
onModeChange
?:
(
mode
:
LaunchMode
)
=>
void
Optional
redirect
To
redirectTo
?:
string
Optional
show
Expand
Prompt
showExpandPrompt
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
children
fallback
modes
on
Mode
Change
redirect
To
show
Expand
Prompt
Teleforge API Reference - v0.1.0
Loading...