Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Formula

The formula interface, like simple variable but with predefined expression.

Hierarchy

  • SimpleVariable
    • Formula

Index

Properties

dataType

dataType: "number" | "text" | "checkBox" | "singleSelect" | "multiSelect" | "any"

The data type.

Optional defaultValue

defaultValue: string

The expression to be used as a default value of the variable.

Optional description

description: string

The description of the element.

expression

expression: string

The computed expression, evaluated by call.

Optional isCollection

isCollection: boolean

Check if the variable is a collection.

Optional isInput

isInput: boolean

Check if the variable is derived from input.

Optional isOutput

isOutput: boolean

Check if the variable is for output.

label

label: string

The display name.

name

name: string

The unique name.