@samatawy/diagrams
    Preparing search index...

    Interface DiagramGuideOptions

    Options for rendering and snapping guides in the diagram view.

    interface DiagramGuideOptions {
        visible: boolean;
        snap: boolean;
        render_threshold?: number;
        snap_threshold?: number;
    }
    Index

    Properties

    visible: boolean
    snap: boolean
    render_threshold?: number
    snap_threshold?: number