UNPKG

@kvaser/canking-api

Version:

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

82 lines (41 loc) 1.23 kB
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [controls](../README.md) / DropdownPanelProps # Interface: DropdownPanelProps Properties of the DropdownPanel React component. ## Properties ### autoHideTimeout? > `optional` **autoHideTimeout**: `number` The time in milliseconds until the panel will auto-hide *** ### children? > `optional` **children**: `ReactNode` The children that will be displayed in the panel. *** ### dropDownSize > **dropDownSize**: `number` The size of the panel, either height or width depending on position. *** ### forceShow? > `optional` **forceShow**: `boolean` Force the panel to be visible even if not hovered. *** ### id? > `optional` **id**: `string` The component id. *** ### maxLength > **maxLength**: `number` The maximum length of the panel, either height or width depending on position. *** ### parentHeight > **parentHeight**: `number` The parent's height in pixels. *** ### parentWidth > **parentWidth**: `number` The parent's width in pixels. *** ### position > **position**: `"bottom"` \| `"left"` \| `"right"` \| `"top"` The position of the panel in relation to the parent.