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



\> **PixiVNJsonSoundEdit** = `object`

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

Edits the properties of a currently playing sound (volume, speed, muted, loop, etc.).

## Properties [#properties]

### alias [#alias]

\> **alias**: `string`

Defined in: [src/schema/PixiVNJsonSound.ts:68](https://github.com/DRincs-Productions/pixi-vn-json/blob/f2528001a05fe854a897e0c1d03c7e311fe08af2/src/schema/PixiVNJsonSound.ts#L68)

Alias of the sound to edit.

***

### operationType [#operationtype]

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

Defined in: [src/schema/PixiVNJsonSound.ts:64](https://github.com/DRincs-Productions/pixi-vn-json/blob/f2528001a05fe854a897e0c1d03c7e311fe08af2/src/schema/PixiVNJsonSound.ts#L64)

***

### props [#props]

\> **props**: [`PixiVNJsonSoundEditProps`](/jsdoc/pixi-vn-json/index/interfaces/PixiVNJsonSoundEditProps)

Defined in: [src/schema/PixiVNJsonSound.ts:72](https://github.com/DRincs-Productions/pixi-vn-json/blob/f2528001a05fe854a897e0c1d03c7e311fe08af2/src/schema/PixiVNJsonSound.ts#L72)

Partial set of properties to apply to the sound.

***

### type [#type]

\> **type**: `"sound"`

Defined in: [src/schema/PixiVNJsonSound.ts:63](https://github.com/DRincs-Productions/pixi-vn-json/blob/f2528001a05fe854a897e0c1d03c7e311fe08af2/src/schema/PixiVNJsonSound.ts#L63)
