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

    Interface MeasuredLayout

    Measured size values after Pass 2 (measure).

    interface MeasuredLayout {
        height: number;
        lines: FlexLine[];
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    Hypothetical height (before flex adjustment)

    lines: FlexLine[]

    Flex lines (for containers)

    width: number

    Hypothetical width (before flex adjustment)