InFilterValue
Item in the IN Column Filter
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| children | |
| label | Item's label |
| level | |
| tooltip | Tooltip for Item (if true, the label is used as tooltip) |
| value | The value of Item being shown |
Property Details
children
TypeScript
children?: InFilterValue<ValueType>[];Property Value
InFilterValue<ValueType>[]
label
Item's label
TypeScript
label: string;Property Value
string
level
TypeScript
level?: number;Property Value
number
tooltip
Tooltip for Item (if true, the label is used as tooltip)
TypeScript
tooltip?: boolean | string;Property Value
boolean | string
value
The value of Item being shown
TypeScript
value: ValueType;Property Value
ValueType