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



\> **PixiVNJsonImageEdit** = `object`

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

Edits the properties of an existing image sprite on the canvas.

Properties [#properties]

alias [#alias]

\> **alias**: `string`

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

Alias of the canvas element to edit.

***

operationType [#operationtype]

\> **operationType**: `"edit"`

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

***

props? [#props]

\> `optional` &#x2A;*props?**: `Partial`\<`ImageSpriteMemory`>

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

Partial memory/state properties to update on the image sprite.

***

type [#type]

\> **type**: `"image"`

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