KeyinFieldProps Interface

Beta

Properties controlling how a KeyinField is created.

Properties

Name Type Description
baseId string Required, unique ID prefix used to produce unique IDs for child elements.  
historyLength undefined | number The maximum number of submitted key-ins to store in the history.  
parent undefined | HTMLElement If supplied, the keyin field's elements will be added as children of this parent element.  
wantButton undefined | false | true Default: false.  
wantLabel undefined | false | true Default: false.  

Defined in

Last Updated: 08 January, 2020