UNPKG

@kvaser/canking-api

Version:

CanKing API to communicate with the CanKing service using Node.js.

36 lines (19 loc) 874 B
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [controls](../README.md) / ColumnItemControlProps # Interface: ColumnItemControlProps Properties for the ColumnItemControl component. ## Properties ### children? > `optional` **children**: `ReactNode` The child elements to be rendered inside the control. *** ### columnItem > **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. *** ### width? > `optional` **width**: `number` The width of the control. If not provided, the control will use the width managed by the ColumnItem.