# Type Alias: CommonTickerProps (/jsdoc/pixi-vn/index/type-aliases/CommonTickerProps)



\> **CommonTickerProps** = `object`

Defined in: [src/canvas/tickers/types/CommonTickerProps.ts:2](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/canvas/tickers/types/CommonTickerProps.ts#L2)

Properties [#properties]

aliasToRemoveAfter? [#aliastoremoveafter]

\> `optional` &#x2A;*aliasToRemoveAfter?**: `string`\[] | `string`

Defined in: [src/canvas/tickers/types/CommonTickerProps.ts:7](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/canvas/tickers/types/CommonTickerProps.ts#L7)

The alias to remove after the effect is done

Default [#default]

```ts
[]
```

***

completeOnContinue? [#completeoncontinue]

\> `optional` &#x2A;*completeOnContinue?**: `boolean`

Defined in: [src/canvas/tickers/types/CommonTickerProps.ts:31](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/canvas/tickers/types/CommonTickerProps.ts#L31)

When true, calling [()](/jsdoc/pixi-vn/index/interfaces/NarrationManagerInterface#continue) forces the current content to complete before advancing to the next narrative step.

Default [#default-1]

```ts
false
```

***

~~forceCompleteBeforeNext?~~ [#forcecompletebeforenext]

\> `optional` &#x2A;*forceCompleteBeforeNext?**: `boolean`

Defined in: [src/canvas/tickers/types/CommonTickerProps.ts:26](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/canvas/tickers/types/CommonTickerProps.ts#L26)

Deprecated [#deprecated]

Use [completeOnContinue](#completeoncontinue) instead.

***

startOnlyIfHaveTexture? [#startonlyifhavetexture]

\> `optional` &#x2A;*startOnlyIfHaveTexture?**: `boolean`

Defined in: [src/canvas/tickers/types/CommonTickerProps.ts:12](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/canvas/tickers/types/CommonTickerProps.ts#L12)

If true, the effect only starts if the canvas element have a texture

Default [#default-2]

```ts
false
```

***

tickerAliasToResume? [#tickeraliastoresume]

\> `optional` &#x2A;*tickerAliasToResume?**: `string`\[] | `string`

Defined in: [src/canvas/tickers/types/CommonTickerProps.ts:17](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/canvas/tickers/types/CommonTickerProps.ts#L17)

The alias to resume after the effect is done

Default [#default-3]

```ts
[]
```

***

tickerIdToResume? [#tickeridtoresume]

\> `optional` &#x2A;*tickerIdToResume?**: `string`\[] | `string`

Defined in: [src/canvas/tickers/types/CommonTickerProps.ts:22](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/canvas/tickers/types/CommonTickerProps.ts#L22)

The id of the ticker to resume after the effect is done

Default [#default-4]

```ts
[]
```
