# 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/0ec56d6865b31246020f5a060dc38e1b07e3c8bf/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/0ec56d6865b31246020f5a060dc38e1b07e3c8bf/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/0ec56d6865b31246020f5a060dc38e1b07e3c8bf/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/0ec56d6865b31246020f5a060dc38e1b07e3c8bf/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/0ec56d6865b31246020f5a060dc38e1b07e3c8bf/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/0ec56d6865b31246020f5a060dc38e1b07e3c8bf/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/0ec56d6865b31246020f5a060dc38e1b07e3c8bf/src/schema/PixiVNJsonCanvas.ts#L54)

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