VariableType

Authored variable type. Drives validation and expression-eval coercion.

public enum VariableType

Fields

Bool 0

Boolean — true/false.

Decimal 1

Decimal (System.Decimal) — fractional authored values.

Int 2

Signed integer.

String 3

Plain text string.

List 4

Ordered string list — append/contains semantics in expressions.

Docs last synced: 2026-07-18
Screenshot viewer