Axinom Mosaic Libraries
    Preparing search index...

    Interface PerformItemChangeCommand

    Command schema to issue a change in a entity triggered by a bulk-edit operation.

    interface PerformItemChangeCommand {
        action: BulkActionType;
        stringified_condition: string;
        stringified_payload: string;
        table_name: string;
    }
    Index

    Properties

    The type of action to perform on the database table.

    stringified_condition: string

    The string has a minimum length of one character and it cannot consist of only whitespace characters.

    stringified_payload: string

    The string has a minimum length of one character and it cannot consist of only whitespace characters.

    table_name: string

    The string has a minimum length of one character and it cannot consist of only whitespace characters.