Interface WebMapTextSymbol

interface WebMapTextSymbol {
    color?: EsriColor;
    font?: WebMapFont;
    text?: string;
    type: "esriTS";
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

Properties

color?: EsriColor
font?: WebMapFont
text?: string
type