Last updated
Was this helpful?
Last updated
Was this helpful?
Method
Return type
Details
enableTimer
boolean
Creates a timer and subscribe the event.
checkIfDisabled
void
Unsubcribes the timer.
Event
Supported
Parameter
Details
Tick
Yes
$event: any
Trigger Tick Event. $event parameter is optional and the $event object vary depending on the type of DOM event.
Property
Get/Set
Notify Changes
Details
text: string
Yes
Yes
name: string
Yes
No
enabled: boolean
Yes
No
visible: boolean
Yes
No
interval
Get
No
Set the amount of time in milliseconds before the Tick event is raised.
Inherited from ControlComponent .
Inherited from ControlComponent .
Inherited from ControlComponent .
Inherited from ControlComponent .