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.
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'.
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.
Callback for specifying if the select message dialog should be visible.
Callback for specifying if the signal values table should be visible.
Properties of the CanIdentifierGeneratorControl React component.