Custom Field will start to validate after users stop typing for deferredValidationTime
milliseconds.
Default value is 200.
Whether the property pane field is enabled or not.
Maximum value. Default is Number.MAX_VALUE
Minimum value. Default is Number.MIN_VALUE
The method is used to get the validation error message and determine whether the input value is valid or not.
When it returns string:
If invalid, it returns the error message string and the text field will show a red border and show an error message below the text field.
When it returns Promise
Prevision (decimal). Default is 0.
Input size (number of displayed chars). Default is 10.
Step. Default is 1
Generated using TypeDoc
Public properties of the PropertyFieldNumericInput custom field