Documentation
    Preparing search index...

    Interface AuxObject

    interface AuxObject {
        available: boolean;
        name: string;
        recordingStatus: AuxRecordingStatus;
        source: AnySourceRef;
        sourceOptions: AnySourceRef[];
        tallyRoot: number;
    }
    Index

    Properties

    available: boolean
    name: string
    recordingStatus: AuxRecordingStatus
    source: AnySourceRef
    sourceOptions: AnySourceRef[]
    tallyRoot: number