NumberFieldRendererConfig
This page provides generated reference documentation for the NumberFieldRendererConfig data model.
Overview
| Property | Summary |
|---|---|
| numberfieldStep | Enter a positive number to define the step size for increasing or decreasing the value. |
| numberfieldStepsProcess | Process in which the steps for increasing or decreasing the value is set. |
numberfieldStep
Type: Number
Constraints: Verification: EVerifier.DOUBLE_POSITIVE_NON_ZERO
Enter a positive number to define the step size for increasing or decreasing the value.
numberfieldStepsProcess
Type: String
Process in which the steps for increasing or decreasing the value is set.
The steps are returned in an array.
e.g. result.object([-5, -1, 1, 5]);