windease API reference - v0.6.0
    Preparing search index...

    Interface LayoutNode

    shape strategies see when running over Store nodes. Built from a Node via nodeToLayoutItem / getLayoutNodes. placement carries the per-membership bag (pinned/locked etc.); meta is intrinsic.

    interface LayoutNode {
        activity: Record<string, unknown>;
        hints: { minSize?: Size; order?: number; preferredSize?: Size };
        id: string;
        isContainer: boolean;
        kind?: string;
        meta: Record<string, unknown>;
        placement: Record<string, unknown>;
    }
    Index

    Properties

    activity: Record<string, unknown>
    hints: { minSize?: Size; order?: number; preferredSize?: Size }
    id: string
    isContainer: boolean
    kind?: string

    Free-form role label echoed from node.kind (optional).

    meta: Record<string, unknown>
    placement: Record<string, unknown>