Skip to content

@serenity-is/corelib / IntegerEditorOptions

Interface: IntegerEditorOptions

Defined in: src/ui/editors/integereditor.tsx:11

Options for the IntegerEditor.

Properties

allowNegatives?

optional allowNegatives: boolean

Defined in: src/ui/editors/integereditor.tsx:17

Whether negative values are allowed.


maxValue?

optional maxValue: number

Defined in: src/ui/editors/integereditor.tsx:15

Maximum allowed value.


minValue?

optional minValue: number

Defined in: src/ui/editors/integereditor.tsx:13

Minimum allowed value.