Globals / "src/renderer/components/input/input"
Module: "src/renderer/components/input/input"#
Index#
Classes#
Interfaces#
Type aliases#
Variables#
Object literals#
Type aliases#
InputElement#
Ƭ InputElement: HTMLInputElement | HTMLTextAreaElement
Defined in src/renderer/components/input/input.tsx:16
InputElementProps#
Ƭ InputElementProps: InputHTMLAttributes\<InputElement> & TextareaHTMLAttributes\<InputElement> & DOMAttributes\<InputElement>
Defined in src/renderer/components/input/input.tsx:17
InputProps#
Ƭ InputProps\
Defined in src/renderer/components/input/input.tsx:19
Type parameters:
| Name | Default |
|---|---|
T |
string |
Variables#
InputValidators#
• InputValidators: InputValidators
Defined in src/renderer/components/input/input.tsx:13
conditionalValidators#
• conditionalValidators: InputValidator[]
Defined in src/renderer/components/input/input.tsx:13
Object literals#
defaultProps#
▪ Const defaultProps: object
Defined in src/renderer/components/input/input.tsx:45
Properties:
| Name | Type | Value |
|---|---|---|
maxRows |
number | 10000 |
rows |
number | 1 |
showValidationLine |
true | true |
validators |
undefined[] | [] |