Skip to content

Enumeration: Type

core.Type

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:22


date

date = 4

Defined in

api_types.ts:23


file

file = 7

Defined in

api_types.ts:26


html

html = 5

Defined in

api_types.ts:24


image

image = 6

Defined in

api_types.ts:25


markdown

markdown = 8

Defined in

api_types.ts:27


number

number = 1

Defined in

api_types.ts:20


object

object = 2

Defined in

api_types.ts:21


string

string = 0

Defined in

api_types.ts:19