Graphic properties supported by the highlighter.

interface HighlightGraphic {
    maptipTemplate?: any;
    symbol3D?: any;
}

Hierarchy

  • Partial<Graphic>
    • HighlightGraphic

Properties

maptipTemplate?: any

Template for maptips.

Requires maptip bundle.

symbol3D?: any

The given three dimensional symbol will be used to create the highlight if the view is in "3D" mode at the time of creation.