Skip to main content

[NodeMod Core]

/ .. / SoundResult

Interface: SoundResult

Defined in: src/core/sound.ts:31

Result of a sound emission operation.

Properties

index

index: number

Defined in: src/core/sound.ts:33

Index in the batch operation

success

success: boolean

Defined in: src/core/sound.ts:35

Whether the sound was successfully emitted

config

config: SoundConfig

Defined in: src/core/sound.ts:37

The configuration used for this sound

error?

optional error: string

Defined in: src/core/sound.ts:39

Error message if emission failed