MAIDR Documentation - v3.65.0
    Preparing search index...

    Interface TraceEmptyState

    Empty trace state used as a placeholder when no data is available.

    interface TraceEmptyState {
        empty: true;
        type: "trace";
        traceType: TraceType;
        audio: AudioEmptyState;
        warning?: boolean;
    }
    Index

    Properties

    empty: true
    type: "trace"
    traceType: TraceType
    warning?: boolean