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 undefined | boolean Set to true if value is for display only  
ref undefined | Ref<HTMLInputElement> Provides ability to return reference to HTMLInputElement  

Inherited properties

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

Defined in

Last Updated: 05 April, 2024