TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface Field

    An object containing a specific edited field

    interface Field {
        key: string;
        newValue: string | object;
        oldValue: string | object;
    }
    Index

    Properties

    Properties

    key: string

    The key for the field (eg. 'name')

    newValue: string | object

    The new value of the field

    oldValue: string | object

    The old value of the field