MLightCAD
    Preparing search index...

    One row in the memory summary table / bar chart.

    interface AcApMemoryCategoryRow {
        bytes: number;
        detail?: string;
        id: string;
        isEstimated: boolean;
    }
    Index

    Properties

    bytes: number

    Byte total for this category (0 when unknown).

    detail?: string

    Optional secondary metric shown in the UI (counts, etc.).

    id: string
    isEstimated: boolean

    When true, bytes are extrapolated / estimated.