@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
46 lines (23 loc) • 645 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[](../../modules.md) / [controls](../README.md) / RadioGroupControlProps
Properties of the RadioGroupControl React component.
> `optional` **id**: `string`
The component id.
***
> **onChange**: (`value`) => `void`
Callback that is called when a new radio button has been selected.
`string`
The new value.
`void`
***
> **value**: `string`
Value of the currently selected radio button in this group.