indexType aliases
Type Alias: PixiVNJsonSoundEdit
> PixiVNJsonSoundEdit = object
Defined in: src/schema/PixiVNJsonSound.ts:62
Edits the properties of a currently playing sound (volume, speed, muted, loop, etc.).
Properties
alias
> alias: string
Defined in: src/schema/PixiVNJsonSound.ts:68
Alias of the sound to edit.
operationType
> operationType: "edit"
Defined in: src/schema/PixiVNJsonSound.ts:64
props
> props: PixiVNJsonSoundEditProps
Defined in: src/schema/PixiVNJsonSound.ts:72
Partial set of properties to apply to the sound.
type
> type: "sound"
Defined in: src/schema/PixiVNJsonSound.ts:63