result

val result: Any?

The result of a successful evaluation. May contain one of the following types:

  • empty (How Arcade represents a null value)

  • bool

  • float64

  • int32_t

  • uint32_t

  • int64_t

  • uint64_t

  • String

  • Instant

  • LocalDate

  • LocalTime

  • OffsetDateTime

  • List

  • Map

  • GeoElement

Since

200.1.0