Enumeration: ConnectionRequirement¶
Defined in: api_types.ts:682
Enumeration of requirement states for whether a given formula or sync table requires a connection (account) to use.
Enumeration Members¶
None¶
None:
"none"
Defined in: api_types.ts:686
Indicates this building block does not make use of an account.
Optional¶
Optional:
"optional"
Defined in: api_types.ts:693
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.
Required¶
Required:
"required"
Defined in: api_types.ts:700
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.