@serenity-is/corelib / IntegerEditorOptions
Interface: IntegerEditorOptions
Defined in: src/ui/editors/integereditor.tsx:11
Options for the IntegerEditor.
Properties
allowNegatives?
optionalallowNegatives:boolean
Defined in: src/ui/editors/integereditor.tsx:17
Whether negative values are allowed.
maxValue?
optionalmaxValue:number
Defined in: src/ui/editors/integereditor.tsx:15
Maximum allowed value.
minValue?
optionalminValue:number
Defined in: src/ui/editors/integereditor.tsx:13
Minimum allowed value.