QuantityProps Interface

Props for QuantityInput control

Extends

Properties

Name Type Description
initialValue number Initial magnitude in 'persistence' units.  
onQuantityChange (newQuantityValue: number) => void    
quantityType QuantityTypeArg Type of quantity being input.  
readonly boolean | undefined Set to true if value is for display only  
ref Ref<HTMLInputElement> | undefined Provides ability to return reference to HTMLInputElement  

Inherited properties

Name Type Inherited from Description
className string | undefined CommonProps Custom CSS class name
itemId string | undefined CommonProps Optional unique identifier for item.
style CSSProperties | undefined CommonProps Custom CSS style properties

Defined in

Last Updated: 13 May, 2024