@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
87 lines (45 loc) • 1.51 kB
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[](../../modules.md) / [controls](../README.md) / SelectMessageDialogProps
Properties of the SelectMessageDialog React component.
> `optional` **modal**: `boolean`
Whether the dialog should be modal or not. Default is false.
***
> `optional` **nodeIdentifier**: `string`
Optional node identifier to limit the databases to those available on the specified node.
If not specified, all databases available in the system will be shown.
***
> **onClose**: () => `void`
Callback that is called when the dialog is closed.
`void`
***
> **onSelect**: (`message`, `sourceId`) => `void`
Callback that is called when a message is selected.
The selected message and source identifier are passed as parameters.
[`FrameDefinition`](../../models/interfaces/FrameDefinition.md)
`string`
`void`
***
> **open**: `boolean`
If true, the dialog is open.
***
> `optional` **parentDialogTitle**: `string`
Optional title of the parent dialog to be shown in the title bar as a breadcrumb.
***
> `optional` **sourceIdFilter**: `string`
The source identifier that will be used to filter messages in the select dialog.
Leave undefined if no filtering should be done.