Interface NotifyEventMutationObserverOptionsUpdated

interface NotifyEventMutationObserverOptionsUpdated {
    mutation?: Mutation<any, any, any, any>;
    observer: MutationObserver<any, any, any, any>;
    type: "observerOptionsUpdated";
}

Hierarchy

Properties

mutation?: Mutation<any, any, any, any>
observer: MutationObserver<any, any, any, any>
type: "observerOptionsUpdated"

Generated using TypeDoc