ISPO SDK
    Preparing search index...

    Interface HostSoundTarget

    Markdown
    interface HostSoundTarget {
        description: string;
        id: string;
        label: string;
        soundRef?: string;
    }
    Index
    description: string
    id: string
    label: string
    soundRef?: string