Skip to content

@serenity-is/corelib / IntegerEditorOptions

Interface: IntegerEditorOptions

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

Options for the IntegerEditor.

Properties

allowNegatives?

optional allowNegatives: boolean

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

Whether negative values are allowed.


maxValue?

optional maxValue: number

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

Maximum allowed value.


minValue?

optional minValue: number

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

Minimum allowed value.