AccuDrawInputFieldProps Interface

Properties for AccuDrawInputField component

Extends

Properties

Name Type Description
field ItemField Which AccuDraw field this represents  
iconSpec IconSpec | undefined icon for the input element  
id string id for the input element  
isLocked boolean | undefined Indicates whether field is locked  
label string | undefined label for the input element  
labelCentered boolean | undefined Center justified label  
labelClassName string | undefined Custom CSS class name for the label  
labelStyle CSSProperties | undefined Custom CSS Style for the label  
onEnterPressed () => void | undefined    
onEscPressed () => void | undefined    
onValueChanged (stringValue: string) => void    
ref Ref<HTMLInputElement> | undefined Provides ability to return reference to HTMLInputElement  
valueChangedDelay number | undefined Frequency to poll for changes in value, in milliseconds  

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