Skip to content

Enumeration: Type

Defined in: api_types.ts:21

Markers used internally to represent data types for parameters and return values. It should not be necessary to ever use these values directly.

When defining a parameter, use ParameterType. When defining a formula return value, or properties within an object return value, use ValueType.

Enumeration Members

boolean

boolean: 3

Defined in: api_types.ts:25


date

date: 4

Defined in: api_types.ts:26


email

email: 9

Defined in: api_types.ts:31


file

file: 7

Defined in: api_types.ts:29


html

html: 5

Defined in: api_types.ts:27


image

image: 6

Defined in: api_types.ts:28


markdown

markdown: 8

Defined in: api_types.ts:30


number

number: 1

Defined in: api_types.ts:23


object

object: 2

Defined in: api_types.ts:24


string

string: 0

Defined in: api_types.ts:22