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