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


date

date = 4

Defined in

api_types.ts:25


file

file = 7

Defined in

api_types.ts:28


html

html = 5

Defined in

api_types.ts:26


image

image = 6

Defined in

api_types.ts:27


markdown

markdown = 8

Defined in

api_types.ts:29


number

number = 1

Defined in

api_types.ts:22


object

object = 2

Defined in

api_types.ts:23


string

string = 0

Defined in

api_types.ts:21