@samatawy/diagrams
    Preparing search index...

    Interface DiagramSelectionOptions

    Selection options to define how selection works in the diagram view.

    interface DiagramSelectionOptions {
        enable_select: boolean;
        enable_multi: boolean;
        enable_rect: boolean;
        rect_mode: "include" | "touch";
    }
    Index

    Properties

    enable_select: boolean
    enable_multi: boolean
    enable_rect: boolean
    rect_mode: "include" | "touch"