diagramatics
    Preparing search index...

    Type Alias cell_style

    type cell_style = {
        fill?: string;
        index: [number, number];
        stroke?: string;
        strokewidth?: number;
    }
    Index

    Properties

    fill?: string
    index: [number, number]
    stroke?: string
    strokewidth?: number