Skip to content

@magmacomputing/tempo


Call Signature

ticker(interval?): Instance

Defined in: plugin/extend/extend.ticker.ts:14

Parameters

interval?

Interval

Returns

Instance

Call Signature

ticker(options): Instance

Defined in: plugin/extend/extend.ticker.ts:15

Parameters

options

Options

Returns

Instance

Call Signature

ticker(callback): Instance

Defined in: plugin/extend/extend.ticker.ts:16

Parameters

callback

Callback

Returns

Instance

Call Signature

ticker(interval, callback): Instance

Defined in: plugin/extend/extend.ticker.ts:17

Parameters

interval

Interval

callback

Callback

Returns

Instance

Call Signature

ticker(options, callback): Instance

Defined in: plugin/extend/extend.ticker.ts:18

Parameters

options

Options

callback

Callback

Returns

Instance

Call Signature

ticker(options, extraOptions): Instance

Defined in: plugin/extend/extend.ticker.ts:19

Parameters

options

Options

extraOptions

Options

Returns

Instance

Released under the MIT License.