@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
36 lines (19 loc) • 874 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[](../../modules.md) / [controls](../README.md) / ColumnItemControlProps
Properties for the ColumnItemControl component.
> `optional` **children**: `ReactNode`
The child elements to be rendered inside the control.
***
> **columnItem**: [`ColumnItem`](ColumnItem.md)
The ColumnItem associated with this control. The ColumnItem contains a resizeRef callback that will
be called with the DOM element of this control, allowing the ColumnItem to manage the width of this
control and any other controls that share the same ColumnItem.
***
> `optional` **width**: `number`
The width of the control. If not provided, the control will use the width managed by the ColumnItem.