SVG Graph Network API Documentation - v0.2.0
    Preparing search index...

    Interface CanvasConfig

    interface CanvasConfig {
        background?: string;
        showGrid?: boolean;
        gridColor?: string;
        gridSize?: number;
        gridOpacity?: number;
        gridStyle?: "lines" | "dots" | "crosses";
        syncBackgroundTransform?: boolean;
    }
    Index

    Properties

    background?: string
    showGrid?: boolean
    gridColor?: string
    gridSize?: number
    gridOpacity?: number
    gridStyle?: "lines" | "dots" | "crosses"
    syncBackgroundTransform?: boolean