Member Junction
Preparing search index...
@memberjunction/ng-base-application
LayoutNode
Interface LayoutNode
Node in the layout tree
interface
LayoutNode
{
componentState
?:
Record
<
string
,
unknown
>
;
componentType
?:
string
;
content
?:
LayoutNode
[]
;
height
?:
number
;
isClosable
?:
boolean
;
title
?:
string
;
type
:
"row"
|
"column"
|
"stack"
|
"component"
;
width
?:
number
;
}
Index
Properties
component
State?
component
Type?
content?
height?
is
Closable?
title?
type
width?
Properties
Optional
component
State
componentState
?:
Record
<
string
,
unknown
>
Optional
component
Type
componentType
?:
string
Optional
content
content
?:
LayoutNode
[]
Optional
height
height
?:
number
Optional
is
Closable
isClosable
?:
boolean
Optional
title
title
?:
string
type
type
:
"row"
|
"column"
|
"stack"
|
"component"
Optional
width
width
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
component
State
component
Type
content
height
is
Closable
title
type
width
Member Junction
Loading...
Node in the layout tree