OptionalconditionalOptionaleq?: string | number | booleanThe value that should be checked against the reference component value.
For array values (of the reference component), the array is checked if it contains the specified value.
Optionalshow?: booleanWhether the field should be shown (true) or hidden (false) when the condition
is met.
Optionalwhen?: stringThe reference component key. Its value will be retrieved and tested against eq.
OptionalcustomA custom CSS class/modifier to apply to convey the type of information.
OptionalhiddenHide or show the form field. This only controls the visibility - whether
submission data is retained or not is controlled through clearOnHide.
Rich text content, in HTML form. It may be post-processed by the backend for compatibility with CSP headers.
Unique ID for a component in a form definition. Used to render HTML IDs.
Unique key for the component in a larger form definition.
The value must comply with the (\w|\w[\w.\-]*\w) regex, meaning that periods/dots
are allowed unless they're start or end. The period character creates a nesting
level in the submission data.
OptionalopenOptionalshowInclude the component and its value in the confirmation email data.
OptionalshowInclude the component and its value in the submission report PDF available for download by the end-user and often included in registration plugins.
OptionalshowInclude the component and its value in the submission data summary on the confirmation page or not.
Discriminator to determine the component type. Uniquely determines the shape of the component configuration options.
Component shape/options for a content (rich text) component.
Remarks
The generated documentation might be slightly off due to rendering the type alias as an interface. Double check with the actual TS types!