Type alias CollectionChangeSetMove

CollectionChangeSetMove: {
    from: number;
    to: number;
}

Type declaration

  • from: number

    Deprecated

    Add from to your opt-in list (under records/CollectionChangeSetMove/fields/) to use this.

  • to: number

    Deprecated

    Add to to your opt-in list (under records/CollectionChangeSetMove/fields/) to use this.

Generated using TypeDoc