eligius
    Preparing search index...

    Interface IMutationEventPayload

    Mutation event payload broadcasted through Eligius eventbus

    interface IMutationEventPayload {
        mutations: MutationRecord[];
        target: Element;
        timestamp: number;
    }
    Index

    Properties

    mutations: MutationRecord[]

    Array of mutation records from the MutationObserver callback

    target: Element

    Reference to the observed element (native DOM node)

    timestamp: number

    Timestamp when the mutations were detected