Interface HighlighterFactoryOptions

Options used to create Highlighter instances by a HighlighterFactory.

Hierarchy

  • HighlighterFactoryOptions

Properties

graphicsCollectionResolver?: GraphicsCollectionResolver

A callback providing a collection to which the highlight graphics are added. The callback will be invoked whenever the model's view changes (e.g. when switching from 2D to 3D).

In practice, this function should return the graphics collection of a graphics layer (or equivalent). The highlights created by this bundle will be added to (and removed from) that collection.

The default implementation resolves to mapWidgetModel.view.graphics.

Generated using TypeDoc