interface
ChoiceOption
interface ChoiceOption { ... }One author-configured select or radio option.
Source packages/plugin-form-builder/src/index.ts:5
_keystring- The _key value.
labelstring- The label value.
valuestring- The value value.