| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IProtectableMapParameters > onClear
An optional hook that will be invoked before Map.clear() is performed.
Signature:
onClear?: (source: ProtectableMap<K, V>) => void;