UNPKG

@kvaser/canking-api

Version:

CanKing API to communicate with the CanKing service using Node.js.

46 lines (23 loc) 645 B
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [controls](../README.md) / RadioGroupControlProps # Interface: RadioGroupControlProps Properties of the RadioGroupControl React component. ## Properties ### id? > `optional` **id**: `string` The component id. *** ### onChange() > **onChange**: (`value`) => `void` Callback that is called when a new radio button has been selected. #### Parameters ##### value `string` The new value. #### Returns `void` *** ### value > **value**: `string` Value of the currently selected radio button in this group.