Open Pioneer Trails Packages
    Preparing search index...

    Interface Highlight

    Represents the additional graphical representations of objects.

    See also MapModel.highlight.

    interface Highlight {
        isActive: boolean;
        setStyle(style: HighlightStyle | undefined): void;
    }

    Hierarchy

    • Resource
      • Highlight
    Index
    isActive: boolean

    Returns true if the highlight has not been destroyed yet.