interface SimpleLineSymbolCompatOptions {
    color?: unknown;
    style?: string;
    width?: number;
}

Properties

Properties

color?: unknown
style?: string
width?: number