Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/pie
SliceComponentObserver
Interface SliceComponentObserver<C>
Type parameters
C
:
SliceComponent
=
SliceComponent
Hierarchy
ComponentObserver
<
C
>
SliceComponentObserver
Index
Methods
component
Did
Assemble
component
Did
Compute
component
Did
Generate
component
Did
Insert
Child
Component
component
Did
Mount
component
Did
Power
component
Did
Remove
Child
Component
component
Did
Resolve
component
Did
Revise
component
Did
Set
Parent
Component
component
Did
Set
Slice
Label
View
component
Did
Set
Slice
Legend
View
component
Did
Set
Slice
Trait
component
Did
Set
Slice
Value
component
Did
Set
Slice
View
component
Did
Unmount
component
Did
Unpower
component
Will
Assemble
component
Will
Compute
component
Will
Generate
component
Will
Insert
Child
Component
component
Will
Mount
component
Will
Power
component
Will
Remove
Child
Component
component
Will
Resolve
component
Will
Revise
component
Will
Set
Parent
Component
component
Will
Set
Slice
Label
View
component
Will
Set
Slice
Legend
View
component
Will
Set
Slice
Trait
component
Will
Set
Slice
Value
component
Will
Set
Slice
View
component
Will
Unmount
component
Will
Unpower
Methods
Optional
component
Did
Assemble
component
Did
Assemble
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Compute
component
Did
Compute
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Generate
component
Did
Generate
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Insert
Child
Component
component
Did
Insert
Child
Component
(
childComponent
:
Component
, targetModel
:
null
|
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
targetModel:
null
|
Component
component:
C
Returns
void
Optional
component
Did
Mount
component
Did
Mount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Did
Power
component
Did
Power
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Did
Remove
Child
Component
component
Did
Remove
Child
Component
(
childComponent
:
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
component:
C
Returns
void
Optional
component
Did
Resolve
component
Did
Resolve
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Revise
component
Did
Revise
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Set
Parent
Component
component
Did
Set
Parent
Component
(
newParentComponent
:
null
|
Component
, oldParentComponent
:
null
|
Component
, component
:
C
)
:
void
Parameters
newParentComponent:
null
|
Component
oldParentComponent:
null
|
Component
component:
C
Returns
void
Optional
component
Did
Set
Slice
Label
View
component
Did
Set
Slice
Label
View
(
newLabelView
:
null
|
GraphicsView
, oldLabelView
:
null
|
GraphicsView
, component
:
C
)
:
void
Parameters
newLabelView:
null
|
GraphicsView
oldLabelView:
null
|
GraphicsView
component:
C
Returns
void
Optional
component
Did
Set
Slice
Legend
View
component
Did
Set
Slice
Legend
View
(
newLegendView
:
null
|
GraphicsView
, oldLegendView
:
null
|
GraphicsView
, component
:
C
)
:
void
Parameters
newLegendView:
null
|
GraphicsView
oldLegendView:
null
|
GraphicsView
component:
C
Returns
void
Optional
component
Did
Set
Slice
Trait
component
Did
Set
Slice
Trait
(
newSliceTrait
:
null
|
SliceTrait
, oldSliceTrait
:
null
|
SliceTrait
, component
:
C
)
:
void
Parameters
newSliceTrait:
null
|
SliceTrait
oldSliceTrait:
null
|
SliceTrait
component:
C
Returns
void
Optional
component
Did
Set
Slice
Value
component
Did
Set
Slice
Value
(
newValue
:
number
, oldValue
:
number
, component
:
C
)
:
void
Parameters
newValue:
number
oldValue:
number
component:
C
Returns
void
Optional
component
Did
Set
Slice
View
component
Did
Set
Slice
View
(
newSliceView
:
null
|
SliceView
, oldSliceView
:
null
|
SliceView
, component
:
C
)
:
void
Parameters
newSliceView:
null
|
SliceView
oldSliceView:
null
|
SliceView
component:
C
Returns
void
Optional
component
Did
Unmount
component
Did
Unmount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Did
Unpower
component
Did
Unpower
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Assemble
component
Will
Assemble
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Compute
component
Will
Compute
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Generate
component
Will
Generate
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Insert
Child
Component
component
Will
Insert
Child
Component
(
childComponent
:
Component
, targetModel
:
null
|
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
targetModel:
null
|
Component
component:
C
Returns
void
Optional
component
Will
Mount
component
Will
Mount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Power
component
Will
Power
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Remove
Child
Component
component
Will
Remove
Child
Component
(
childComponent
:
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
component:
C
Returns
void
Optional
component
Will
Resolve
component
Will
Resolve
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Revise
component
Will
Revise
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Set
Parent
Component
component
Will
Set
Parent
Component
(
newParentComponent
:
null
|
Component
, oldParentComponent
:
null
|
Component
, component
:
C
)
:
void
Parameters
newParentComponent:
null
|
Component
oldParentComponent:
null
|
Component
component:
C
Returns
void
Optional
component
Will
Set
Slice
Label
View
component
Will
Set
Slice
Label
View
(
newLabelView
:
null
|
GraphicsView
, oldLabelView
:
null
|
GraphicsView
, component
:
C
)
:
void
Parameters
newLabelView:
null
|
GraphicsView
oldLabelView:
null
|
GraphicsView
component:
C
Returns
void
Optional
component
Will
Set
Slice
Legend
View
component
Will
Set
Slice
Legend
View
(
newLegendView
:
null
|
GraphicsView
, oldLegendView
:
null
|
GraphicsView
, component
:
C
)
:
void
Parameters
newLegendView:
null
|
GraphicsView
oldLegendView:
null
|
GraphicsView
component:
C
Returns
void
Optional
component
Will
Set
Slice
Trait
component
Will
Set
Slice
Trait
(
newSliceTrait
:
null
|
SliceTrait
, oldSliceTrait
:
null
|
SliceTrait
, component
:
C
)
:
void
Parameters
newSliceTrait:
null
|
SliceTrait
oldSliceTrait:
null
|
SliceTrait
component:
C
Returns
void
Optional
component
Will
Set
Slice
Value
component
Will
Set
Slice
Value
(
newValue
:
number
, oldValue
:
number
, component
:
C
)
:
void
Parameters
newValue:
number
oldValue:
number
component:
C
Returns
void
Optional
component
Will
Set
Slice
View
component
Will
Set
Slice
View
(
newSliceView
:
null
|
SliceView
, oldSliceView
:
null
|
SliceView
, component
:
C
)
:
void
Parameters
newSliceView:
null
|
SliceView
oldSliceView:
null
|
SliceView
component:
C
Returns
void
Optional
component
Will
Unmount
component
Will
Unmount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Unpower
component
Will
Unpower
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Modules
@swim/system
@swim/toolkit
@swim/ui
@swim/ux
@swim/vis
@swim/gauge
@swim/pie
@swim/chart
@swim/maps
Pie
Component
Pie
Trait
Pie
View
Slice
Component
Slice
Trait
Slice
View
Pie
Component
Observer
Pie
Trait
Observer
Pie
View
Init
Pie
View
Observer
Slice
Component
Observer
component
Did
Assemble
component
Did
Compute
component
Did
Generate
component
Did
Insert
Child
Component
component
Did
Mount
component
Did
Power
component
Did
Remove
Child
Component
component
Did
Resolve
component
Did
Revise
component
Did
Set
Parent
Component
component
Did
Set
Slice
Label
View
component
Did
Set
Slice
Legend
View
component
Did
Set
Slice
Trait
component
Did
Set
Slice
Value
component
Did
Set
Slice
View
component
Did
Unmount
component
Did
Unpower
component
Will
Assemble
component
Will
Compute
component
Will
Generate
component
Will
Insert
Child
Component
component
Will
Mount
component
Will
Power
component
Will
Remove
Child
Component
component
Will
Resolve
component
Will
Revise
component
Will
Set
Parent
Component
component
Will
Set
Slice
Label
View
component
Will
Set
Slice
Legend
View
component
Will
Set
Slice
Trait
component
Will
Set
Slice
Value
component
Will
Set
Slice
View
component
Will
Unmount
component
Will
Unpower
Slice
Trait
Observer
Slice
View
Init
Slice
View
Observer
Any
Pie
View
Any
Slice
View
Pie
Title
Pie
Title
Function
Slice
Label
Slice
Label
Function
Slice
Legend
Slice
Legend
Function
Generated using
TypeDoc