Skip to main content

Interface: BusinessRuleDecisionTableMoveRowInput

Defined in: type/BusinessRuleDecisionTableMoveRowInput.ts:5

Input object for BusinessRuleDecisionTableMoveRowInput

Properties

direction

direction: BusinessRuleDecisionTableRowReorderDirection

Defined in: type/BusinessRuleDecisionTableMoveRowInput.ts:11

The direction of the move action relative to the target row, either 'above' or 'below'


rowId

rowId: string | number

Defined in: type/BusinessRuleDecisionTableMoveRowInput.ts:7

The ID of the row to move


ruleId

ruleId: string | number

Defined in: type/BusinessRuleDecisionTableMoveRowInput.ts:13

The ID of the BusinessRule that contains the table


tableId

tableId: string | number

Defined in: type/BusinessRuleDecisionTableMoveRowInput.ts:15

The ID of the DecisionTable inside BusinessRule that contains the rows to move


targetRowId

targetRowId: string | number

Defined in: type/BusinessRuleDecisionTableMoveRowInput.ts:9

The ID of the row to move to