The collection of fields belonging to a data/Schema!Schema.

interface FieldCollection {
    expressionFields: Collection<Field>;
}

Hierarchy

  • default<Field>
    • FieldCollection

Properties

Properties

expressionFields: Collection<Field>

The fields in the collection that reference an arcade expression.