g3-toolkit API Reference
    Preparing search index...

    Interface PropertyChange

    interface PropertyChange {
        key: string;
        newValue: unknown;
        oldValue: unknown;
    }
    Index

    Properties

    Properties

    key: string
    newValue: unknown
    oldValue: unknown