log2trace-ui - v1.0.0-RC1
    Preparing search index...

    Interface DisplayConfig

    Resolved config with all display defaults applied.

    interface DisplayConfig {
        backgroundColor: string;
        colorScheme: Record<string, string>;
        detailPanelWidth: string;
        fullWidth: boolean;
        height: number;
        showLegend: boolean;
        spanHeight: number;
        spanPadding: number;
        width: number;
    }
    Index

    Properties

    backgroundColor: string
    colorScheme: Record<string, string>
    detailPanelWidth: string
    fullWidth: boolean
    height: number
    showLegend: boolean
    spanHeight: number
    spanPadding: number
    width: number