Options
All
  • Public
  • Public/Protected
  • All
Menu

Variant of MarkupTemplate for text markup

param

The font family used

param

The esri.symbol.Font style used.

param

The esri.symbol.Font font weight used.

param

The size of the font. Can be a number (px) or string (eg: "12pt")

param

The color of the font as a numeric array

param

The width of the font halo

param

The color of the halo as a numeric array

Hierarchy

Index

Properties

color

color: number[]

decoration

decoration: string

haloColor

haloColor: number[]

haloSize

haloSize: number

hash

hash: LazyObservable<number>

name

name: string

selected

selected: Observable<boolean>

size

size: string | number

style

style: string

textFamily

textFamily: string

toJsonString

toJsonString: function

Type declaration

    • (): string
    • Returns string

toSymbol

toSymbol: function

Type declaration

    • (): Symbol
    • Returns Symbol

type

type: string

weight

weight: string