Documentation
    Preparing search index...

    Interface DestinationOptions

    The possible options for this node

    interface DestinationOptions {
        context: BaseContext;
        mute: boolean;
        volume: number;
    }

    Hierarchy (View Summary)

    Index
    context: BaseContext
    mute: boolean
    volume: number