MockInputElement
Defined in: packages/core/src/types.ts:182
Input field element
Extends
Section titled “Extends”MockElementBase
Properties
Section titled “Properties”inputType?
Section titled “inputType?”
optionalinputType:"text"|"email"|"password"|"textarea"|"search"
Defined in: packages/core/src/types.ts:187
Input type for semantics
label:
string
Defined in: packages/core/src/types.ts:165
Display label for the element
Inherited from
Section titled “Inherited from”MockElementBase.label
placeholder?
Section titled “placeholder?”
optionalplaceholder:string
Defined in: packages/core/src/types.ts:185
Placeholder text
type:
"input"
Defined in: packages/core/src/types.ts:183
Element type identifier
Overrides
Section titled “Overrides”MockElementBase.type