UNPKG

@kvaser/canking-api

Version:

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

26 lines (13 loc) 534 B
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [controls](../README.md) / DropdownButtonChildrenProps # Interface: DropdownButtonChildrenProps Base properties of any child component of the DropdownButton component. ## Extended by - [`DropdownButtonTextItemsProps`](DropdownButtonTextItemsProps.md) ## Properties ### onClose()? > `optional` **onClose**: () => `void` Callback that is called when the drop down menu is closed. #### Returns `void`