Skip to content

Enumeration: ConnectionRequirement

core.ConnectionRequirement

Enumeration of requirement states for whether a given formula or sync table requires a connection (account) to use.

Enumeration Members

None

None = "none"

Indicates this building block does not make use of an account.

Defined in

api_types.ts:493


Optional

Optional = "optional"

Indicates that this building block can be used with or without an account.

An optional parameter will be added to the formula (or sync formula) for the calling user to specify an account to use.

Defined in

api_types.ts:500


Required

Required = "required"

Indicates that this building block must be used with an account.

A required parameter will be added to the formula (or sync formula) for the calling user to specify an account to use.

Defined in

api_types.ts:507