Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    Interface ColumnItemControlProps

    Properties for the ColumnItemControl component.

    interface ColumnItemControlProps {
        children?: ReactNode;
        columnItem: ColumnItem;
        width?: number;
    }
    Index

    Properties

    children?: ReactNode

    The child elements to be rendered inside the control.

    columnItem: ColumnItem

    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?: number

    The width of the control. If not provided, the control will use the width managed by the ColumnItem.