- Preparing search index...
- The search index is not available
@vcmap/core
Function destroyCollection
- destroyCollection(collection): void
-
Parameters
-
collection: Iterable<{
destroy?: (() => void);
isDestroyed?: boolean;
}> & {
destroy: (() => void);
}
Returns void