The CAN identifier.
OptionalcanThe current error state.
The CAN identifier type that will be used, 'extended' or 'standard'.
OptionalcollapsedCurrent collapse state of the SectionControl.
OptionalcollapsedCallback that will be called when collapse state has changed.
The new collapse state.
OptionalcollapsibleSet to true if the SectionControl should be collapsible.
OptionaldisabledSet to true to disable this control.
OptionalfullSet to true if the select message dialog should be a full screen dialog.
The generator type: 'constant' | 'random' | 'scan' 'constant': The CAN identifier set to canIdentifier will be used for all generated messages. 'random': A random CAN identifier between minCanIdentifier and maxCanIdentifier will be used. 'scan': A CAN identifier will be picked from minCanIdentifier to maxCanIdentifier.
The max CAN identifier that will be used if identifierGeneratorType is 'random' or 'scan'.
The min CAN identifier that will be used if identifierGeneratorType is 'random' or 'scan'.
OptionalnodeIdentifier of the node that will be used to filter messages in the select dialog. Leave undefined if no filtering should be done.
Callback that will be called when the CAN identifier(s) has changed.
The new constant CAN identifier.
The new generator type.
The new min CAN identifier.
The new max CAN identifier.
OptionalonCallback that will be called when the errors state has changed.
The new errors state.
OptionalparentName of a parent dialog, if any, that is used as the parent for the select message dialog. Leave undefined if there is no parent dialog.
Callback for specifying if the signal values table should be visible.
Properties of the CanIdentifierGeneratorControl React component.