Field Types

Beside generic types like integer, string etc. there are some field types that need to be passed in a specific structure.

NameDescriptionValid example

file

An open file stream

/

boolean

A bool value

true / false

Last updated