g3-toolkit API Reference
Preparing search index...
react/src
LayoutManagerProps
Interface LayoutManagerProps
interface
LayoutManagerProps
{
activeLayout
?:
string
;
className
?:
string
;
onFreezeLayout
?:
(
frozen
:
boolean
)
=>
void
;
onLayoutChange
:
(
layoutName
:
string
,
options
:
LayoutOptions
)
=>
void
;
onResetLayout
:
()
=>
void
;
}
Index
Properties
active
Layout?
class
Name?
on
Freeze
Layout?
on
Layout
Change
on
Reset
Layout
Properties
Optional
active
Layout
activeLayout
?:
string
Optional
class
Name
className
?:
string
Optional
on
Freeze
Layout
onFreezeLayout
?:
(
frozen
:
boolean
)
=>
void
on
Layout
Change
onLayoutChange
:
(
layoutName
:
string
,
options
:
LayoutOptions
)
=>
void
on
Reset
Layout
onResetLayout
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
active
Layout
class
Name
on
Freeze
Layout
on
Layout
Change
on
Reset
Layout
g3-toolkit API Reference
Loading...