@samatawy/diagrams
    Preparing search index...

    Interface DiagramViewOptions

    Construction options for DiagramView and subclasses.

    interface DiagramViewOptions {
        initialView?: DiagramInitialView;
        selectedNodeId?: string;
        selectedNodeIds?: string[];
        selection?: DiagramSelectionOptions;
        guides?: DiagramGuideOptions;
        canvasBackgroundColor?: string;
    }
    Index

    Properties

    initialView?: DiagramInitialView
    selectedNodeId?: string
    selectedNodeIds?: string[]
    canvasBackgroundColor?: string

    Canvas background color for DiagramView rendering. Use 'transparent' to keep the canvas clear.