interface FormExpressionInfoJson {
    expression?: string;
    name?: string;
    returnType?: "boolean";
    title?: string;
}

Properties

expression?: string

The Arcade expression.

name?: string

Unique identifier for the expression.

returnType

Return type of the Arcade expression. This can be determined by the authoring client by executing the expression using a sample feature(s), although it can be corrected by the user.

title?: string

Title of the expression.