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

    Interface LayoutTreeOptions

    Options for creating a LayoutTree

    interface LayoutTreeOptions {
        debug?: boolean;
        height: number;
        onLayoutComplete?: LayoutCompleteCallback;
        width: number;
    }
    Index

    Properties

    debug?: boolean

    Enable debug logging

    height: number

    Available height for root layout

    onLayoutComplete?: LayoutCompleteCallback

    Callback fired after layout completes

    width: number

    Available width for root layout