ExpressionInfoProperties

遵循表单约束或表单计算配置文件定义的规范的Arcade表达式。

属性

expression

遵循表单约束或表单计算配置文件定义的规范的Arcade表达式。

expression?: string

类型: string

name

表达式的名称。

name?: string

类型: string

returnType

指示Arcade表达式的返回类型。

returnType?: "string" | "number" | "boolean" | "date"

类型: "string" | "number" | "boolean" | "date"

title

用于描述表达式返回值的标题。

title?: string

类型: string

BIMFlux AI