@moxijs/ui - v0.3.5
    Preparing search index...

    Interface LayoutDebugOverlayOptions

    Debug overlay options

    interface LayoutDebugOverlayOptions {
        labelBackgroundColor?: number;
        labelFontSize?: number;
        labelTextColor?: number;
        marginColor?: number;
        outlineColor?: number;
        paddingColor?: number;
        showDirectionArrows?: boolean;
        showGaps?: boolean;
        showLabels?: boolean;
        showMargin?: boolean;
        showOutlines?: boolean;
        showPadding?: boolean;
    }
    Index

    Properties

    labelBackgroundColor?: number

    Label background color (default: 0x333333)

    labelFontSize?: number

    Label font size (default: 10)

    labelTextColor?: number

    Label text color (default: 0xffffff)

    marginColor?: number

    Margin color (default: 0xffaa00 orange with alpha)

    outlineColor?: number

    Outline color (default: 0x00ff00 green)

    paddingColor?: number

    Padding color (default: 0x00ff00 green with alpha)

    showDirectionArrows?: boolean

    Show flex direction arrows (default: true)

    showGaps?: boolean

    Show gap visualization (default: false)

    showLabels?: boolean

    Show node labels (default: true)

    showMargin?: boolean

    Show margin visualization (default: true)

    showOutlines?: boolean

    Show container outlines (default: true)

    showPadding?: boolean

    Show padding visualization (default: true)