Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
15 lines (9 loc) · 1.8 KB

File metadata and controls

15 lines (9 loc) · 1.8 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

SubFormFieldRuleTrigger

Properties

Name Type Description Notes
id*required str Must reference the api_id of an existing field defined within form_fields_per_document. Trigger and action fields and groups must belong to the same signer.
operator*required str Different field types allow different operator values: - Field type of text: - is: exact match - not: not exact match - match: regular expression, without /. Example: - OK [a-zA-Z0-9] - Not OK /[a-zA-Z0-9]/ - Field type of dropdown: - is: exact match, single value - not: not exact match, single value - any: exact match, array of values. - none: not exact match, array of values. - Field type of checkbox: - is: exact match, single value - not: not exact match, single value - Field type of radio: - is: exact match, single value - not: not exact match, single value
value str value or values is required, but not both.

The value to match against operator.

- When operator is one of the following, value must be String: - is - not - match

Otherwise, - checkbox: When type of trigger is checkbox, value must be 0 or 1 - radio: When type of trigger is radio, value must be 1
values List[str] values or value is required, but not both.

The values to match against operator when it is one of the following:

- any - none

[Back to Model list] [Back to API list] [Back to README]

Morty Proxy This is a proxified and sanitized view of the page, visit original site.