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



\> **PixiVNJsonVideoEdit** = `object`

Defined in: [src/schema/PixiVNJsonCanvas.ts:105](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonCanvas.ts#L105)

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

## Properties [#properties]

### alias [#alias]

\> **alias**: `string`

Defined in: [src/schema/PixiVNJsonCanvas.ts:111](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonCanvas.ts#L111)

Alias of the canvas element to edit.

***

### operationType [#operationtype]

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

Defined in: [src/schema/PixiVNJsonCanvas.ts:107](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonCanvas.ts#L107)

***

### props? [#props]

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

Defined in: [src/schema/PixiVNJsonCanvas.ts:115](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonCanvas.ts#L115)

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

***

### type [#type]

\> **type**: `"video"`

Defined in: [src/schema/PixiVNJsonCanvas.ts:106](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonCanvas.ts#L106)
