zibri
    Preparing search index...

    Defines a single value change of an change set.

    Type Parameters

    • T = unknown

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    changeSet: ChangeSet

    The change set that this change belongs to.

    id: string

    The uuid (universal unique identifier) of the entity.

    key: string

    The key of the value that has been changed.

    newValue?: T

    The value after it was changed.

    previousValue?: T

    The value before it was changed.