Teleforge API Reference - v0.1.0
Preparing search index...
core/src
TeleforgeRouteCapability
Interface TeleforgeRouteCapability
Defines a route-level capability gate in the Teleforge manifest.
interface
TeleforgeRouteCapability
{
auth
?:
boolean
;
launchMode
?:
"inline"
|
"compact"
|
"fullscreen"
;
payments
?:
boolean
;
}
Index
Properties
auth?
launch
Mode?
payments?
Properties
Optional
auth
auth
?:
boolean
Optional
launch
Mode
launchMode
?:
"inline"
|
"compact"
|
"fullscreen"
Optional
payments
payments
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
auth
launch
Mode
payments
Teleforge API Reference - v0.1.0
Loading...
Defines a route-level capability gate in the Teleforge manifest.