Skip to main content

Interface: BusinessRuleFieldDefinition

Defined in: type/BusinessRuleFieldDefinition.ts:7

Represents a business rule field definition

Properties

expressions?

optional expressions?: BusinessRuleFieldDefinition[]

Defined in: type/BusinessRuleFieldDefinition.ts:19

The potential sub-fields when the type is 'complex'


fields?

optional fields?: BusinessRuleActionField[]

Defined in: type/BusinessRuleFieldDefinition.ts:17

The actionable sub-fields when the type is 'complex'


id

id: string | number

Defined in: type/BusinessRuleFieldDefinition.ts:9

The ID for this field definition


name

name: LocalizedString[]

Defined in: type/BusinessRuleFieldDefinition.ts:11

The descriptive name of the field


path

path: string

Defined in: type/BusinessRuleFieldDefinition.ts:13

The expected path to the field in the input payload


type

type: BusinessRuleExpressionTypes

Defined in: type/BusinessRuleFieldDefinition.ts:15

The expected type of the field