GibClock
Defined in: packages/pleco-xa/src/core/GibClock.js:2
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new GibClock(
intervalMs):GibClock
Defined in: packages/pleco-xa/src/core/GibClock.js:3
Parameters
Section titled “Parameters”intervalMs
Section titled “intervalMs”any
Returns
Section titled “Returns”GibClock
Properties
Section titled “Properties”intervalMs
Section titled “intervalMs”intervalMs:
any
Defined in: packages/pleco-xa/src/core/GibClock.js:4
listeners
Section titled “listeners”listeners:
Set<any>
Defined in: packages/pleco-xa/src/core/GibClock.js:7
nextTime
Section titled “nextTime”nextTime:
number
Defined in: packages/pleco-xa/src/core/GibClock.js:8
timer:
Timeout
Defined in: packages/pleco-xa/src/core/GibClock.js:6
Methods
Section titled “Methods”_tick()
Section titled “_tick()”_tick():
void
Defined in: packages/pleco-xa/src/core/GibClock.js:26
Returns
Section titled “Returns”void
offTick()
Section titled “offTick()”offTick(
callback):void
Defined in: packages/pleco-xa/src/core/GibClock.js:15
Parameters
Section titled “Parameters”callback
Section titled “callback”any
Returns
Section titled “Returns”void
onTick()
Section titled “onTick()”onTick(
callback):void
Defined in: packages/pleco-xa/src/core/GibClock.js:11
Parameters
Section titled “Parameters”callback
Section titled “callback”any
Returns
Section titled “Returns”void
start()
Section titled “start()”start(
callback):void
Defined in: packages/pleco-xa/src/core/GibClock.js:19
Parameters
Section titled “Parameters”callback
Section titled “callback”any
Returns
Section titled “Returns”void
stop()
Section titled “stop()”stop():
void
Defined in: packages/pleco-xa/src/core/GibClock.js:34
Returns
Section titled “Returns”void