@samatawy/diagrams
    Preparing search index...

    Interface GuidesApplyInput

    Input required to apply a previously computed pending snap result.

    interface GuidesApplyInput {
        diagram: DiagramView;
        snap?: SnapGuideResult;
        handle: NodeHandle;
        nodes: INode[];
        preserveAspect?: boolean;
    }
    Index

    Properties

    diagram: DiagramView

    Diagram instance for coordinate and adapter access.

    Previously computed snap result.

    handle: NodeHandle

    Active handle that determines how snap deltas are applied.

    nodes: INode[]

    Nodes to mutate when applying the snap.

    preserveAspect?: boolean

    Optional resize aspect-lock flag passed through on resize.