FilterProps
Hierarchy
-
InheritedProps↳
FilterProps
Table of contents
Properties
- children
- className
- defaultSearchValue
- defaultValue
- label
- messages
- searchValue
- setSearchValue
- setValue
- value
Properties
children
• children: ReactNode
Defined in
packages/components/src/filter/filter.tsx:67 (opens in a new tab)
className
• Optional className: string
Defined in
packages/components/src/filter/filter.tsx:68 (opens in a new tab)
defaultSearchValue
• Optional defaultSearchValue: string
Inherited from
InheritedProps.defaultSearchValue
Defined in
packages/components/src/filter/filter-provider.tsx:86 (opens in a new tab)
defaultValue
• Optional defaultValue: string | string[]
Inherited from
InheritedProps.defaultValue
Defined in
packages/components/src/filter/filter-provider.tsx:91 (opens in a new tab)
label
• label: string
Defined in
packages/components/src/filter/filter.tsx:66 (opens in a new tab)
messages
• Optional messages: Object
Type declaration
| Name | Type |
|---|---|
apply | string |
clear | string |
Inherited from
InheritedProps.messages
Defined in
packages/components/src/filter/filter-popover.tsx:62 (opens in a new tab)
searchValue
• Optional searchValue: string
Inherited from
InheritedProps.searchValue
Defined in
packages/components/src/filter/filter-provider.tsx:84 (opens in a new tab)
setSearchValue
• Optional setSearchValue: Dispatch<SetStateAction<string>>
Inherited from
InheritedProps.setSearchValue
Defined in
packages/components/src/filter/filter-provider.tsx:85 (opens in a new tab)
setValue
• Optional setValue: Dispatch<SetStateAction<string>> | Dispatch<SetStateAction<string[]>>
Inherited from
InheritedProps.setValue
Defined in
packages/components/src/filter/filter-provider.tsx:88 (opens in a new tab)
value
• Optional value: string | string[]
Inherited from
InheritedProps.value
Defined in
packages/components/src/filter/filter-provider.tsx:87 (opens in a new tab)