Preparing search index...
The search index is not available
Kvaser CanKing GUI Extensions SDK - v7.2.1
Kvaser CanKing GUI Extensions SDK
controls
SelectMessageDialogProps
Interface SelectMessageDialogProps
Properties of the SelectMessageDialog React component.
interface
SelectMessageDialogProps
{
modal
?:
boolean
;
nodeIdentifier
?:
string
;
onClose
:
()
=>
void
;
onSelect
:
(
message
:
FrameDefinition
)
=>
void
;
open
:
boolean
;
parentDialogTitle
?:
string
;
}
Index
Properties
modal?
node
Identifier?
on
Close
on
Select
open
parent
Dialog
Title?
Properties
Optional
modal
modal
?:
boolean
Optional
node
Identifier
nodeIdentifier
?:
string
on
Close
onClose
:
()
=>
void
on
Select
onSelect
:
(
message
:
FrameDefinition
)
=>
void
open
open
:
boolean
Optional
parent
Dialog
Title
parentDialogTitle
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
modal
node
Identifier
on
Close
on
Select
open
parent
Dialog
Title
Kvaser CanKing GUI Extensions SDK - v7.2.1
Loading...
Properties of the SelectMessageDialog React component.