postprocessing - v7.0.0-beta.16
    Preparing search index...

    Interface MapEvent<K, V>

    An event that contains information about a map entry that was added or deleted.

    interface MapEvent<K, V> {
        key: K;
        value: V;
    }

    Type Parameters

    • K

      The type of the key.

    • V

      The type of the value.

    Hierarchy

    Index

    Properties

    Properties

    key: K
    value: V