Skip to main content

Interface: SearchControlProps

Properties for SearchControl component

Properties

className

Optional className: string

HTML class

Defined in

packages/core/src/components/controls/SearchControl.tsx:23


id

Optional id: string

HTML id

Defined in

packages/core/src/components/controls/SearchControl.tsx:18


labels

Optional labels: Object

Map of the labels we use in the component. This is usefull for I18N

Type declaration

NameType
placeholderundefined | string
textundefined | string

Defined in

packages/core/src/components/controls/SearchControl.tsx:34


style

Optional style: CSSProperties

HTML CSS style

Defined in

packages/core/src/components/controls/SearchControl.tsx:28