@embra/reactivity - v0.0.3
    Preparing search index...

    Interface OnDisposeValue<V>

    When a value should be disposed

    interface OnDisposeValue<V> {
        delete_: Set<V>;
        task_: () => void;
    }

    Type Parameters

    • V

    Hierarchy

    • BatchTask<EventObject<V>>
      • OnDisposeValue
    Index

    Properties

    Properties

    delete_: Set<V>
    task_: () => void