ixfx
    Preparing search index...

    Type Alias ValueSetEventMap<V>

    type ValueSetEventMap<V> = {
        add: { updated: boolean; value: V };
        clear: boolean;
        delete: V;
    }

    Type Parameters

    • V
    Index

    Properties

    Properties

    add: { updated: boolean; value: V }
    clear: boolean
    delete: V