Skip to content

@serenity-is/corelib / RadioButtonEditorOptions

Interface: RadioButtonEditorOptions

Defined in: src/ui/editors/radiobuttoneditor.tsx:10

Options for the RadioButtonEditor.

Properties

enumKey?

optional enumKey: string

Defined in: src/ui/editors/radiobuttoneditor.tsx:12

Key of the enum to load radio options from.


enumType?

optional enumType: any

Defined in: src/ui/editors/radiobuttoneditor.tsx:14

The enum type to load radio options from.


lookupKey?

optional lookupKey: string

Defined in: src/ui/editors/radiobuttoneditor.tsx:16

Key of the lookup to load radio options from.