Enumeration: ConnectionRequirement¶
Defined in: api_types.ts:666
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:670
Indicates this building block does not make use of an account.
Optional¶
Optional:
"optional"
Defined in: api_types.ts:677
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:684
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.