| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IProtectableMapParameters
Constructor parameters for ProtectableMap
Signature:
export interface IProtectableMapParameters<K, V> |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(source: ProtectableMap<></><K, V>) => void |
(Optional) An optional hook that will be invoked before Map.clear() is performed. | ||
|
(source: ProtectableMap<></><K, V>, key: K) => void |
(Optional) An optional hook that will be invoked before Map.delete() is performed. | ||
|
(source: ProtectableMap<></><K, V>, key: K, value: V) => V |
(Optional) An optional hook that will be invoked before Map.set() is performed. |