Eulergraph
    Preparing search index...

    Type Alias TestBboxStyle

    type TestBboxStyle = {
        lineDash?: number[];
        lineWidth?: number;
        strokeStyle?: string;
    }
    Index

    Properties

    lineDash?: number[]
    lineWidth?: number
    strokeStyle?: string