eligius
    Preparing search index...

    Interface DomMutationEvent

    Event: dom-mutation

    Mutation observer payload

    interface DomMutationEvent {
        args: [payload: any];
        name: "dom-mutation";
    }
    Index

    Properties

    Properties

    args: [payload: any]
    name: "dom-mutation"