Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    Function SelectSignalDialog

    • 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

      Returns Element

      The SelectSignalDialog React component.