Interface WebMapSimpleFillSymbol

interface WebMapSimpleFillSymbol {
    color?: EsriColor;
    outline?: WebMapSimpleLineSymbol;
    style?: string;
    type: "esriSFS";
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

color?: EsriColor
style?: string
type