Skip to content

@k8slens/extensions

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\: Omit\<InputElementProps, \"onChange\" | \"onSubmit\"> & { autoSelectOnFocus?: boolean ; className?: string ; contentRight?: string | React.ReactNode ; dirty?: boolean ; iconLeft?: string | React.ReactNode ; iconRight?: string | React.ReactNode ; maxRows?: number ; multiLine?: boolean ; showValidationLine?: boolean ; theme?: \"round-black\" ; validators?: InputValidator | InputValidator[] ; value?: T ; onChange?: (value: T, evt: ChangeEvent\<InputElement>) => void ; onSubmit?: (value: T) => void }

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[] []

Last update: November 10, 2020