Search
Preparing search index...
The search index is not available
@ibm-sterling/charts
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"components/layout/layout"
LayoutComponent
Class LayoutComponent
Hierarchy
Component
LayoutComponent
Index
Constructors
constructor
Properties
_instanceID
children
configs
model
parent
services
type
instanceID
Methods
destroy
get
ContainerSVG
get
Num
OfStretch
Children
get
Parent
get
Prefered
And
Fixed
Size
Sum
init
render
set
Model
set
Parent
set
Services
Constructors
constructor
new
Layout
Component
(
model
:
ChartModel
, services
:
any
, children
:
LayoutComponentChild
[]
, configs
?:
LayoutConfigs
)
:
LayoutComponent
Parameters
model:
ChartModel
services:
any
children:
LayoutComponentChild
[]
Optional
configs:
LayoutConfigs
Returns
LayoutComponent
Properties
Private
_instanceID
_instanceID
:
number
children
children
:
LayoutComponentChild
[]
Protected
configs
configs
:
any
Protected
model
model
:
ChartModel
Protected
parent
parent
:
any
Protected
services
services
:
any
type
type
:
string
= "layout"
Static
instanceID
instanceID
:
number
= Math.floor(Math.random() * 99999999999)
Methods
destroy
destroy
(
)
:
void
Returns
void
get
ContainerSVG
get
ContainerSVG
(
)
:
any
Returns
any
get
Num
OfStretch
Children
get
Num
OfStretch
Children
(
)
:
number
Returns
number
get
Parent
get
Parent
(
)
:
any
Returns
any
get
Prefered
And
Fixed
Size
Sum
get
Prefered
And
Fixed
Size
Sum
(
)
:
number
Returns
number
init
init
(
)
:
void
Returns
void
render
render
(
animate
?:
boolean
)
:
void
Parameters
Default value
animate:
boolean
= true
Returns
void
set
Model
set
Model
(
newObj
:
any
)
:
void
Parameters
newObj:
any
Returns
void
set
Parent
set
Parent
(
parent
:
any
)
:
void
Parameters
parent:
any
Returns
void
set
Services
set
Services
(
newObj
:
any
)
:
void
Parameters
newObj:
any
Returns
void
Globals
"components/layout/layout"
Layout
Component
constructor
_instanceID
children
configs
model
parent
services
type
instanceID
destroy
get
ContainerSVG
get
Num
OfStretch
Children
get
Parent
get
Prefered
And
Fixed
Size
Sum
init
render
set
Model
set
Parent
set
Services
Generated using
TypeDoc