@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
31 lines (16 loc) • 807 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [controls](../README.md) / SelectMessageDialog
# Function: SelectMessageDialog()
> **SelectMessageDialog**(`props`): `Element`
A react component to be used for showing a select database message dialog.
The dialog will show a tree view of all messages in the system, organized by source and database. The user can
select a message, which will trigger the onSelect callback with the selected message and source identifier.
The dialog also includes a search field to filter messages by name.
## Parameters
### props
[`SelectMessageDialogProps`](../interfaces/SelectMessageDialogProps.md)
Component properties.
## Returns
`Element`
The SelectMessageDialog React component.