Engine API Reference - v2.23.0-beta.4
    Preparing search index...

    Interface MiniStatsSizeOptions

    interface MiniStatsSizeOptions {
        detailed?: boolean;
        graphs: boolean;
        height: number;
        peak?: boolean;
        spacing: number;
        width: number;
    }
    Index
    detailed?: boolean

    Show category headers and sub-counters. Defaults to true for sizes after the first, or when graphs are enabled.

    graphs: boolean

    Whether to show graphs.

    height: number

    Height of the graph area.

    peak?: boolean

    Show a peak column in the detailed view. Defaults to the graphs setting.

    spacing: number

    Spacing between graphs.

    width: number

    Width of the graph area.