weasel API - v0.8.0
    Preparing search index...

    Interface LayoutDep

    Layout-strategy lookup by container id, consumed by moveAction to run the drag-time reflow pass. Sourced by <SceneCanvas> from its layouts prop. Optional: getLayout returns null for any container when no layout is configured, so the reflow pass is a no-op then.

    interface LayoutDep {
        getLayout(containerId: string): LayoutStrategy<unknown> | null;
    }
    Index

    Methods

    Methods