UNPKG

@kvaser/canking-api

Version:

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

34 lines (18 loc) 1.02 kB
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [controls](../README.md) / SelectSignalDialog # Function: SelectSignalDialog() > **SelectSignalDialog**(`props`): `Element` A react component to be used for showing a select signal dialog. The dialog will show a tree view of all signals in the system, organized by source and database. The user can select a signal, which will trigger the onSelectSignalInfo callback with the selected signal and source identifier. The dialog also supports multi selection of signals if the multiSelect property is set to true. In that case, a Save button is shown which triggers the onMultiSelectSignalInfos callback with all selected signals when clicked. The dialog also includes a search field to filter signals by name. ## Parameters ### props [`SelectSignalDialogProps`](../interfaces/SelectSignalDialogProps.md) Component properties. ## Returns `Element` The SelectSignalDialog React component.