fix jsdoc typo (#29513)

This commit is contained in:
claire bontempo
2025-02-05 17:04:55 -08:00
committed by GitHub
parent 0a2049ca6a
commit e7d3b60a73

View File

@@ -26,7 +26,7 @@ import {
*
* @param {string} value - the value is captured from the model.
* @param {function} onChange - function that captures the value on change
* @param {boolean} [isMasked = false] - when true the `<MaskedInput>` renders instead of the default `<textarea>` to input the value portion of the key/value object
* @param {boolean} [isMasked = false] - when true the `MaskedInput` renders instead of the default `textarea` to input the value portion of the key/value object
* @param {boolean} [isSingleRow = false] - when true the kv object editor will only show one row and hide the Add button
* @param {function} [onKeyUp] - function passed in that handles the dom keyup event. Used for validation on the kv custom metadata.
* @param {string} [label] - label displayed over key value inputs