interface GridConfiguration {
    size: number;
    distance: number;
    units: string;
    style: string;
    color: ColorSource;
    alpha: number;
    thickness: number;
}

Properties

size: number

The size of a grid space in pixels (a positive number)

distance: number

The distance of a grid space in units (a positive number)

units: string

The units of measurement

style: string

The style of the grid

color: ColorSource

The color of the grid

alpha: number

The alpha of the grid

thickness: number

The line thickness of the grid