Skip to content
DocsReference
DocsReferenceGitHub

Search Ridu documentation

tab controls

Loading search…

Search will be ready in a moment.

No matching results

Try a different term or search every section.

Loading search.

Preparing index…View all results →↑↓ move↵ openesc close
Get started
Modules/@riducms/plugin-form-builder
IOptionFormField

Go packages

riducorefieldoperationqueryschemastorestoragemigrationmigration/payloadprotocol (Go)plugintestconformance

Official adapters

postgressqlitemongodbstorage/localstorage/s3

Official plugins

graphqlmcprichtextseoformbuilder@riducms/plugin-richtext@riducms/plugin-seo@riducms/plugin-form-builder

TypeScript packages

@riducms/sdk@riducms/protocol@riducms/plugin@riducms/build@riducms/ui@riducms/admin@riducms/translations@riducms/cli/run

Tooling

ridu CLI
All@riducms/plugin-form-builderriducorefieldoperationqueryschemastorestoragemigrationmigration/payloadprotocol (Go)plugintestpostgressqlitemongodbgraphqlmcprichtextseoformbuilderstorage/localstorage/s3conformance@riducms/sdk@riducms/protocol@riducms/plugin@riducms/build@riducms/ui@riducms/plugin-richtext@riducms/plugin-seo@riducms/admin@riducms/translations@riducms/cli/runridu CLI
All 34CustomFormFieldCheckboxFormFieldDateFormFieldFormOptionOptionFormFieldCountryFormFieldMessageFormFieldUploadFormField

interface

OptionFormField

A select or radio input definition.

PropertiesFull signature

Properties

PropertyTypeDescription
blockType"radio" | "select"The blockType value.
defaultValuestringThe defaultValue value.
placeholderstringThe placeholder value.
optionsFormOption[]The options value.
_keystringThe _key value.
namestringThe name value.
labelstringThe label value.
requiredbooleanThe required value.
widthnumberThe width value.

Full signature

interface OptionFormField { ... }

Source packages/plugin-form-builder/src/index.ts:4