Skip to main content

Interface: BusinessRuleDecisionTableCell

Defined in: type/BusinessRuleDecisionTableCell.ts:7

Represents a single cell in a decisionTable, each cell either hold an expression, string value or numeric value based on the column type and field

Properties

columnId

columnId: string | number

Defined in: type/BusinessRuleDecisionTableCell.ts:9

The columnId of the cell


expression?

optional expression?: BusinessRuleExpressionGroup

Defined in: type/BusinessRuleDecisionTableCell.ts:11

The expressions value for this cell


localizedValue?

optional localizedValue?: LocalizedString[]

Defined in: type/BusinessRuleDecisionTableCell.ts:15

The localized string value of the cell, used in output cells. Used when you want a rule to generate a translated string in the output


number?

optional number?: number

Defined in: type/BusinessRuleDecisionTableCell.ts:17

The numeric value for this cell, used in output cells


value?

optional value?: string

Defined in: type/BusinessRuleDecisionTableCell.ts:13

The string value of the cell, used in output cells. Can contain a string or an expression. Strings need to be wrapped in ""