indexType aliases
Type Alias: PixiVNJsonSoundEdit
> PixiVNJsonSoundEdit = object
Defined in: src/schema/PixiVNJsonSound.ts:52
Edits the properties of a currently playing sound (volume, speed, muted, loop, etc.).
Properties
alias
> alias: string
Defined in: src/schema/PixiVNJsonSound.ts:58
Alias of the sound to edit.
operationType
> operationType: "edit"
Defined in: src/schema/PixiVNJsonSound.ts:54
props
> props: Partial<Pick<MediaInterface, "speed" | "muted" | "loop" | "paused"> & Pick<SoundPlayOptionsWithChannel, "volume">>
Defined in: src/schema/PixiVNJsonSound.ts:62
Partial set of properties to apply to the sound.
type
> type: "sound"
Defined in: src/schema/PixiVNJsonSound.ts:53