@empathyco/x-components
Version:
Empathy X Components
34 lines (27 loc) • 1.24 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [BaseColumnPickerList](./x-components.basecolumnpickerlist.md)
## BaseColumnPickerList variable
Column picker list component renders a list of buttons to choose the columns number.
Additionally, this component exposes the following props to modify the classes of the elements: `buttonClass`<!-- -->.
**Signature:**
```typescript
_default: import("vue").DefineComponent<{
columns: {
type: PropType<number[]>;
required: true;
};
modelValue: NumberConstructor;
buttonClass: StringConstructor;
}, {
columnsWithCssClasses: import("vue").ComputedRef<ColumnPickerItem[]>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
columns: {
type: PropType<number[]>;
required: true;
};
modelValue: NumberConstructor;
buttonClass: StringConstructor;
}>> & {
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {}, {}>
```