API Documentation
    Preparing search index...

    Interface HighlightGraphic

    Graphic properties supported by the highlighter.

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

    Hierarchy

    • Partial<Graphic>
      • HighlightGraphic
    Index

    Properties

    maptipTemplate?: any

    Template for maptips.

    Requires maptip bundle.

    symbol3D?: Symbol

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