Skip to main content

ConditionNodeSpec

Specification for a condition node type used in the UI Builder condition tree. The condition tree is the value of entryConditions / exitConditions in SignalConfigInput.

type ConditionNodeSpec {
nodeType: String!
description: String!
fieldsSchema: String!
}

Fields

ConditionNodeSpec.nodeType ● String! non-null scalar

Node type name (e.g. "AND", "COMPARE", "CROSSOVER")

ConditionNodeSpec.description ● String! non-null scalar

What this node does

ConditionNodeSpec.fieldsSchema ● String! non-null scalar

JSON schema of the fields required on this node type

Member Of

UIBuilderReference object