Teleforge API Reference - v0.1.0
Preparing search index...
ui/src
AppShellProps
Interface AppShellProps
interface
AppShellProps
{
children
:
ReactNode
;
className
?:
string
;
fullHeight
?:
boolean
;
header
?:
{
onBackClick
?:
()
=>
void
;
showBackButton
?:
boolean
;
title
:
string
;
}
;
mainButton
?:
{
loading
?:
boolean
;
onClick
:
()
=>
void
;
text
:
string
;
visible
?:
boolean
;
}
;
padded
?:
boolean
;
safeArea
?:
boolean
;
style
?:
CSSProperties
;
}
Index
Properties
children
class
Name?
full
Height?
header?
main
Button?
padded?
safe
Area?
style?
Properties
children
children
:
ReactNode
Optional
class
Name
className
?:
string
Optional
full
Height
fullHeight
?:
boolean
Optional
header
header
?:
{
onBackClick
?:
()
=>
void
;
showBackButton
?:
boolean
;
title
:
string
}
Optional
main
Button
mainButton
?:
{
loading
?:
boolean
;
onClick
:
()
=>
void
;
text
:
string
;
visible
?:
boolean
;
}
Optional
padded
padded
?:
boolean
Optional
safe
Area
safeArea
?:
boolean
Optional
style
style
?:
CSSProperties
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
children
class
Name
full
Height
header
main
Button
padded
safe
Area
style
Teleforge API Reference - v0.1.0
Loading...