Package version:

Interface AdditionalColumns

Specify the column name and value of additional columns.

interface AdditionalColumns {
    name?: any;
    value?: any;
}

Properties

Properties

name?: any

Additional column name. Type: string (or Expression with resultType string).

value?: any

Additional column value. Type: string (or Expression with resultType string).