FilterProviderProps
Table of contents
Properties
- children
- defaultOpen
- defaultSearchValue
- defaultValue
- open
- searchValue
- setOpen
- setSearchValue
- setValue
- value
Properties
children
• children: ReactNode
Defined in
packages/components/src/filter/filter-provider.tsx:80 (opens in a new tab)
defaultOpen
• Optional defaultOpen: boolean
Defined in
packages/components/src/filter/filter-provider.tsx:83 (opens in a new tab)
defaultSearchValue
• Optional defaultSearchValue: string
Defined in
packages/components/src/filter/filter-provider.tsx:86 (opens in a new tab)
defaultValue
• Optional defaultValue: string | string[]
Defined in
packages/components/src/filter/filter-provider.tsx:91 (opens in a new tab)
open
• Optional open: boolean
Defined in
packages/components/src/filter/filter-provider.tsx:81 (opens in a new tab)
searchValue
• Optional searchValue: string
Defined in
packages/components/src/filter/filter-provider.tsx:84 (opens in a new tab)
setOpen
• Optional setOpen: Dispatch<SetStateAction<boolean>>
Defined in
packages/components/src/filter/filter-provider.tsx:82 (opens in a new tab)
setSearchValue
• Optional setSearchValue: Dispatch<SetStateAction<string>>
Defined in
packages/components/src/filter/filter-provider.tsx:85 (opens in a new tab)
setValue
• Optional setValue: Dispatch<SetStateAction<string>> | Dispatch<SetStateAction<string[]>>
Defined in
packages/components/src/filter/filter-provider.tsx:88 (opens in a new tab)
value
• Optional value: string | string[]
Defined in
packages/components/src/filter/filter-provider.tsx:87 (opens in a new tab)