Enumeration: ConnectionRequirement¶
Defined in: api_types.ts:620
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:624
Indicates this building block does not make use of an account.
Optional¶
Optional:
"optional"
Defined in: api_types.ts:631
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:638
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.