Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/gauge
GaugeComponentObserver
Interface GaugeComponentObserver<C>
Type parameters
C
:
GaugeComponent
=
GaugeComponent
Hierarchy
ComponentObserver
<
C
>
GaugeComponentObserver
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
Dial
component
Did
Set
Dial
Label
View
component
Did
Set
Dial
Legend
View
component
Did
Set
Dial
Limit
component
Did
Set
Dial
Trait
component
Did
Set
Dial
Value
component
Did
Set
Dial
View
component
Did
Set
Gauge
Trait
component
Did
Set
Gauge
View
component
Did
Set
Parent
Component
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
Dial
component
Will
Set
Dial
Label
View
component
Will
Set
Dial
Legend
View
component
Will
Set
Dial
Limit
component
Will
Set
Dial
Trait
component
Will
Set
Dial
Value
component
Will
Set
Dial
View
component
Will
Set
Gauge
Title
View
component
Will
Set
Gauge
Trait
component
Will
Set
Gauge
View
component
Will
Set
Parent
Component
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
Dial
component
Did
Set
Dial
(
newDialComponent
:
null
|
DialComponent
, oldDialComponent
:
null
|
DialComponent
, dialFastener
:
ComponentFastener
<
C
,
DialComponent
,
never
>
)
:
void
Parameters
newDialComponent:
null
|
DialComponent
oldDialComponent:
null
|
DialComponent
dialFastener:
ComponentFastener
<
C
,
DialComponent
,
never
>
Returns
void
Optional
component
Did
Set
Dial
Label
View
component
Did
Set
Dial
Label
View
(
newLabelView
:
null
|
GraphicsView
, oldLabelView
:
null
|
GraphicsView
, dialFastener
:
ComponentFastener
<
C
,
DialComponent
,
never
>
)
:
void
Parameters
newLabelView:
null
|
GraphicsView
oldLabelView:
null
|
GraphicsView
dialFastener:
ComponentFastener
<
C
,
DialComponent
,
never
>
Returns
void
Optional
component
Did
Set
Dial
Legend
View
component
Did
Set
Dial
Legend
View
(
newLegendView
:
null
|
GraphicsView
, oldLegendView
:
null
|
GraphicsView
, dialFastener
:
ComponentFastener
<
C
,
DialComponent
,
never
>
)
:
void
Parameters
newLegendView:
null
|
GraphicsView
oldLegendView:
null
|
GraphicsView
dialFastener:
ComponentFastener
<
C
,
DialComponent
,
never
>
Returns
void
Optional
component
Did
Set
Dial
Limit
component
Did
Set
Dial
Limit
(
newLimit
:
number
, oldLimit
:
number
, dialFastener
:
ComponentFastener
<
C
,
DialComponent
,
never
>
)
:
void
Parameters
newLimit:
number
oldLimit:
number
dialFastener:
ComponentFastener
<
C
,
DialComponent
,
never
>
Returns
void
Optional
component
Did
Set
Dial
Trait
component
Did
Set
Dial
Trait
(
newDialTrait
:
null
|
DialTrait
, oldDialTrait
:
null
|
DialTrait
, dialFastener
:
ComponentFastener
<
C
,
DialComponent
,
never
>
)
:
void
Parameters
newDialTrait:
null
|
DialTrait
oldDialTrait:
null
|
DialTrait
dialFastener:
ComponentFastener
<
C
,
DialComponent
,
never
>
Returns
void
Optional
component
Did
Set
Dial
Value
component
Did
Set
Dial
Value
(
newValue
:
number
, oldValue
:
number
, dialFastener
:
ComponentFastener
<
C
,
DialComponent
,
never
>
)
:
void
Parameters
newValue:
number
oldValue:
number
dialFastener:
ComponentFastener
<
C
,
DialComponent
,
never
>
Returns
void
Optional
component
Did
Set
Dial
View
component
Did
Set
Dial
View
(
newDialView
:
null
|
DialView
, oldDialView
:
null
|
DialView
, dialFastener
:
ComponentFastener
<
C
,
DialComponent
,
never
>
)
:
void
Parameters
newDialView:
null
|
DialView
oldDialView:
null
|
DialView
dialFastener:
ComponentFastener
<
C
,
DialComponent
,
never
>
Returns
void
Optional
component
Did
Set
Gauge
Trait
component
Did
Set
Gauge
Trait
(
newGaugeTrait
:
null
|
GaugeTrait
, oldGaugeTrait
:
null
|
GaugeTrait
, component
:
C
)
:
void
Parameters
newGaugeTrait:
null
|
GaugeTrait
oldGaugeTrait:
null
|
GaugeTrait
component:
C
Returns
void
Optional
component
Did
Set
Gauge
View
component
Did
Set
Gauge
View
(
newGaugeView
:
null
|
GaugeView
, oldGaugeView
:
null
|
GaugeView
, component
:
C
)
:
void
Parameters
newGaugeView:
null
|
GaugeView
oldGaugeView:
null
|
GaugeView
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
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
Dial
component
Will
Set
Dial
(
newDialComponent
:
null
|
DialComponent
, oldDialComponent
:
null
|
DialComponent
, dialFastener
:
ComponentFastener
<
C
,
DialComponent
,
never
>
)
:
void
Parameters
newDialComponent:
null
|
DialComponent
oldDialComponent:
null
|
DialComponent
dialFastener:
ComponentFastener
<
C
,
DialComponent
,
never
>
Returns
void
Optional
component
Will
Set
Dial
Label
View
component
Will
Set
Dial
Label
View
(
newLabelView
:
null
|
GraphicsView
, oldLabelView
:
null
|
GraphicsView
, dialFastener
:
ComponentFastener
<
C
,
DialComponent
,
never
>
)
:
void
Parameters
newLabelView:
null
|
GraphicsView
oldLabelView:
null
|
GraphicsView
dialFastener:
ComponentFastener
<
C
,
DialComponent
,
never
>
Returns
void
Optional
component
Will
Set
Dial
Legend
View
component
Will
Set
Dial
Legend
View
(
newLegendView
:
null
|
GraphicsView
, oldLegendView
:
null
|
GraphicsView
, dialFastener
:
ComponentFastener
<
C
,
DialComponent
,
never
>
)
:
void
Parameters
newLegendView:
null
|
GraphicsView
oldLegendView:
null
|
GraphicsView
dialFastener:
ComponentFastener
<
C
,
DialComponent
,
never
>
Returns
void
Optional
component
Will
Set
Dial
Limit
component
Will
Set
Dial
Limit
(
newLimit
:
number
, oldLimit
:
number
, dialFastener
:
ComponentFastener
<
C
,
DialComponent
,
never
>
)
:
void
Parameters
newLimit:
number
oldLimit:
number
dialFastener:
ComponentFastener
<
C
,
DialComponent
,
never
>
Returns
void
Optional
component
Will
Set
Dial
Trait
component
Will
Set
Dial
Trait
(
newDialTrait
:
null
|
DialTrait
, oldDialTrait
:
null
|
DialTrait
, dialFastener
:
ComponentFastener
<
C
,
DialComponent
,
never
>
)
:
void
Parameters
newDialTrait:
null
|
DialTrait
oldDialTrait:
null
|
DialTrait
dialFastener:
ComponentFastener
<
C
,
DialComponent
,
never
>
Returns
void
Optional
component
Will
Set
Dial
Value
component
Will
Set
Dial
Value
(
newValue
:
number
, oldValue
:
number
, dialFastener
:
ComponentFastener
<
C
,
DialComponent
,
never
>
)
:
void
Parameters
newValue:
number
oldValue:
number
dialFastener:
ComponentFastener
<
C
,
DialComponent
,
never
>
Returns
void
Optional
component
Will
Set
Dial
View
component
Will
Set
Dial
View
(
newDialView
:
null
|
DialView
, oldDialView
:
null
|
DialView
, dialFastener
:
ComponentFastener
<
C
,
DialComponent
,
never
>
)
:
void
Parameters
newDialView:
null
|
DialView
oldDialView:
null
|
DialView
dialFastener:
ComponentFastener
<
C
,
DialComponent
,
never
>
Returns
void
Optional
component
Will
Set
Gauge
Title
View
component
Will
Set
Gauge
Title
View
(
newTitleView
:
null
|
GraphicsView
, oldTitleView
:
null
|
GraphicsView
, component
:
C
)
:
void
component
Will
Set
Gauge
Title
View
(
newTitleView
:
null
|
GraphicsView
, oldTitleView
:
null
|
GraphicsView
, component
:
C
)
:
void
Parameters
newTitleView:
null
|
GraphicsView
oldTitleView:
null
|
GraphicsView
component:
C
Returns
void
Parameters
newTitleView:
null
|
GraphicsView
oldTitleView:
null
|
GraphicsView
component:
C
Returns
void
Optional
component
Will
Set
Gauge
Trait
component
Will
Set
Gauge
Trait
(
newGaugeTrait
:
null
|
GaugeTrait
, oldGaugeTrait
:
null
|
GaugeTrait
, component
:
C
)
:
void
Parameters
newGaugeTrait:
null
|
GaugeTrait
oldGaugeTrait:
null
|
GaugeTrait
component:
C
Returns
void
Optional
component
Will
Set
Gauge
View
component
Will
Set
Gauge
View
(
newGaugeView
:
null
|
GaugeView
, oldGaugeView
:
null
|
GaugeView
, component
:
C
)
:
void
Parameters
newGaugeView:
null
|
GaugeView
oldGaugeView:
null
|
GaugeView
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
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
Dial
Component
Dial
Trait
Dial
View
Gauge
Component
Gauge
Trait
Gauge
View
Dial
Component
Observer
Dial
Trait
Observer
Dial
View
Init
Dial
View
Observer
Gauge
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
Dial
component
Did
Set
Dial
Label
View
component
Did
Set
Dial
Legend
View
component
Did
Set
Dial
Limit
component
Did
Set
Dial
Trait
component
Did
Set
Dial
Value
component
Did
Set
Dial
View
component
Did
Set
Gauge
Trait
component
Did
Set
Gauge
View
component
Did
Set
Parent
Component
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
Dial
component
Will
Set
Dial
Label
View
component
Will
Set
Dial
Legend
View
component
Will
Set
Dial
Limit
component
Will
Set
Dial
Trait
component
Will
Set
Dial
Value
component
Will
Set
Dial
View
component
Will
Set
Gauge
Title
View
component
Will
Set
Gauge
Trait
component
Will
Set
Gauge
View
component
Will
Set
Parent
Component
component
Will
Unmount
component
Will
Unpower
Gauge
Trait
Observer
Gauge
View
Init
Gauge
View
Observer
Any
Dial
View
Any
Gauge
View
Dial
Label
Dial
Label
Function
Dial
Legend
Dial
Legend
Function
Dial
View
Arrangement
Gauge
Title
Gauge
Title
Function
Generated using
TypeDoc