active

Accessor

The currently-active classifier, if any is active.

get: Classifier | undefined

note If the Classifier object supplied to the setter did not originate from this SpatialClassifier's list but an equivalent entry exists in the list, that entry will be set as active - not the object supplied to the setter.


Setter

The currently-active classifier, if any is active.

set(active: Classifier | undefined): void

Parameter Type Description
active Classifier | undefined  

Defined in

Last Updated: 08 January, 2020