API Reference > frontend-devtools > Widgets > KeyinFieldProps 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 frontend-devtools/src/widgets/KeyinField.ts Line 79 Last Updated: 13 June, 2024