QueryVisibleFeaturesCallback Type alias

@note The iterable supplied to the callback is usable only within the callback. Once the callback exits, the iterable becomes empty.

QueryVisibleFeaturesCallback = (features: Iterable<VisibleFeature>) => void

Defined in

Last Updated: 13 May, 2024