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



\> **PixiVNJsonCanvasImageContainerShow** = `object`

Defined in: [src/schema/PixiVNJsonCanvas.ts:44](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonCanvas.ts#L44)

Shows an image container (a group of layered images) on the canvas.

Properties [#properties]

alias [#alias]

\> **alias**: `string`

Defined in: [src/schema/PixiVNJsonCanvas.ts:50](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonCanvas.ts#L50)

Unique identifier (alias) used to reference this element on the canvas.

***

operationType [#operationtype]

\> **operationType**: `"show"`

Defined in: [src/schema/PixiVNJsonCanvas.ts:46](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonCanvas.ts#L46)

***

props? [#props]

\> `optional` &#x2A;*props?**: `ImageContainerOptions`\<`ImageSprite`>

Defined in: [src/schema/PixiVNJsonCanvas.ts:58](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonCanvas.ts#L58)

Display options for the image container.

***

transition? [#transition]

\> `optional` &#x2A;*transition?**: [`PixiVNJsonMediaTransiotions`](/jsdoc/pixi-vn-json/index/type-aliases/PixiVNJsonMediaTransiotions)

Defined in: [src/schema/PixiVNJsonCanvas.ts:62](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonCanvas.ts#L62)

Optional transition effect applied when the element appears on screen.

***

type [#type]

\> **type**: `"imagecontainer"`

Defined in: [src/schema/PixiVNJsonCanvas.ts:45](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonCanvas.ts#L45)

***

urls [#urls]

\> **urls**: `string`\[]

Defined in: [src/schema/PixiVNJsonCanvas.ts:54](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonCanvas.ts#L54)

The ordered list of image URLs that compose the container layers.
