Dockview
    Preparing search index...

    Interface SmartGuidesSnapTargets

    Which alignment sources Smart Guides snaps a dragged floating group to.

    interface SmartGuidesSnapTargets {
        container?: boolean;
        containerInset?: number;
        floats?: boolean;
        splitters?: boolean;
    }
    Index

    Properties

    container?: boolean

    Align to the container's edges + center. Default true.

    containerInset?: number

    Also emit inset guide lines this many px inside the container edges (e.g. a content margin). Default undefined (no inset lines).

    floats?: boolean

    Align to the other floating groups' edges + centers. Default true.

    splitters?: boolean

    Align to the underlying grid's splitter (sash) positions. Default false.