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

    Interface AudioEmptyState

    Minimal audio state for empty traces containing only navigation indices.

    interface AudioEmptyState {
        y: number;
        x: number;
        rows: number;
        cols: number;
    }
    Index

    Properties

    Properties

    y: number
    x: number
    rows: number
    cols: number