Interface WebMapSimpleLineSymbol

interface WebMapSimpleLineSymbol {
    color?: EsriColor;
    style?: string;
    type: "esriSLS";
    width?: number;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

color?: EsriColor
style?: string
type
width?: number