Preparing search index...
The search index is not available
lazy-widgets
lazy-widgets
LayerInit
Interface LayerInit<W>
A layer initialization object to create a new
Layer
for a
LayeredContainer
.
interface
LayerInit
<
W
>
{
canExpand
?:
boolean
;
child
:
W
;
name
?:
string
;
}
Type Parameters
W
extends
Widget
Index
Properties
can
Expand?
child
name?
Properties
Optional
can
Expand
can
Expand
?:
boolean
child
child
:
W
Optional
name
name
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can
Expand
child
name
lazy-widgets
Loading...
A layer initialization object to create a new Layer for a LayeredContainer.