# Function: getInstance() (/jsdoc/pixi-vn/index/namespaces/RegisteredTickers/functions/getInstance)



\> **getInstance**\<`TArgs`>(`tickerId`, `args`, `options?`): [`Ticker`](/jsdoc/pixi-vn/index/interfaces/Ticker)\<`TArgs`> | `undefined`

Defined in: [src/canvas/tickers/decorators/RegisteredTickers.ts:107](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/canvas/tickers/decorators/RegisteredTickers.ts#L107)

Get a ticker instance by the id.

Type Parameters [#type-parameters]

TArgs [#targs]

`TArgs` *extends* [`TickerArgs`](/jsdoc/pixi-vn/index/interfaces/TickerArgs)

Parameters [#parameters]

tickerId [#tickerid]

`string`

The id of the ticker.

args [#args]

`TArgs`

The arguments that you want to pass to the ticker.

options? [#options]

canvasElementAliases? [#canvaselementaliases]

`string`\[]

duration? [#duration]

`number`

id? [#id]

`string`

priority? [#priority]

`UPDATE_PRIORITY`

Returns [#returns]

[`Ticker`](/jsdoc/pixi-vn/index/interfaces/Ticker)\<`TArgs`> | `undefined`

The instance of the ticker
