UNPKG

@kvaser/canking-api

Version:

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

62 lines (31 loc) 792 B
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [controls](../README.md) / InlineEditorProps # Interface: InlineEditorProps Properties of the InlineEditor React component. ## Properties ### ariaLabel? > `optional` **ariaLabel**: `string` An aria label. *** ### editMode > **editMode**: `boolean` Flag indicating if in edit mode or not. *** ### onValueChange() > **onValueChange**: (`value`) => `void` Callback that will be called when the value has been changed. #### Parameters ##### value `string` The new value. #### Returns `void` *** ### value > **value**: `string` The current value. *** ### variant? > `optional` **variant**: `TypographyVariant` The variant of the text control.