Interface AsukaAssemblyAdjacencySettings

interface AsukaAssemblyAdjacencySettings {
    autoCorners?: boolean;
    enabled?: boolean;
    reflowOnResize?: boolean;
    resizeOverflowPolicy?: "expand-plan" | "shrink-components";
}

Properties

autoCorners?: boolean
enabled?: boolean
reflowOnResize?: boolean

Preserve established anchor connections after a parametric resize.

resizeOverflowPolicy?: "expand-plan" | "shrink-components"

Decide how a connected group reacts when a parametric resize no longer fits inside its room.

expand-plan preserves component dimensions and grows the supporting room. shrink-components preserves the room and proportionally scales the connected group.