@sqlrooms/mosaic / ColumnSelector
Variable: ColumnSelector
constColumnSelector:FC<ColumnSelectorProps> &object
Type Declaration
| Name | Type |
|---|---|
Numeric | FC<Omit<ColumnSelectorProps, "types">> |
Quantitative | FC<Omit<ColumnSelectorProps, "types">> |
Categorical | FC<Omit<ColumnSelectorProps, "types">> |
