Skip to content

@k8slens/extensions

Globals / "src/renderer/components/input/search-input" / Props

Interface: Props#

Hierarchy#

Props

Index#

Properties#

Methods#

Properties#

autoSelectOnFocus#

Optional autoSelectOnFocus: boolean

Inherited from __type.autoSelectOnFocus

Defined in src/renderer/components/input/input.tsx:23


className#

Optional className: string

Inherited from __type.className

Defined in src/renderer/components/input/input.tsx:21


closeIcon#

Optional closeIcon: boolean

Defined in src/renderer/components/input/search-input.tsx:13


compact#

Optional compact: boolean

Defined in src/renderer/components/input/search-input.tsx:12


contentRight#

Optional contentRight: string | React.ReactNode

Inherited from __type.contentRight

Defined in src/renderer/components/input/input.tsx:30


dirty#

Optional dirty: boolean

Inherited from __type.dirty

Defined in src/renderer/components/input/input.tsx:26


iconLeft#

Optional iconLeft: string | React.ReactNode

Inherited from __type.iconLeft

Defined in src/renderer/components/input/input.tsx:28


iconRight#

Optional iconRight: string | React.ReactNode

Inherited from __type.iconRight

Defined in src/renderer/components/input/input.tsx:29


maxRows#

Optional maxRows: number

Inherited from __type.maxRows

Defined in src/renderer/components/input/input.tsx:25


multiLine#

Optional multiLine: boolean

Inherited from __type.multiLine

Defined in src/renderer/components/input/input.tsx:24


onClear#

Optional onClear: () => void

Defined in src/renderer/components/input/search-input.tsx:14


showValidationLine#

Optional showValidationLine: boolean

Inherited from __type.showValidationLine

Defined in src/renderer/components/input/input.tsx:27


theme#

Optional theme: \"round-black\"

Inherited from __type.theme

Defined in src/renderer/components/input/input.tsx:20


validators#

Optional validators: InputValidator | InputValidator[]

Inherited from __type.validators

Defined in src/renderer/components/input/input.tsx:31


value#

Optional value: T

Inherited from __type.value

Defined in src/renderer/components/input/input.tsx:22

Methods#

onChange#

OptionalonChange(value: T, evt: ChangeEvent\<InputElement>): void

Inherited from __type.onChange

Defined in src/renderer/components/input/input.tsx:32

Parameters:

Name Type
value T
evt ChangeEvent\<InputElement>

Returns: void


onSubmit#

OptionalonSubmit(value: T): void

Inherited from __type.onSubmit

Defined in src/renderer/components/input/input.tsx:33

Parameters:

Name Type
value T

Returns: void


Last update: November 10, 2020