Kvaser CanKing GUI Extensions SDK - v7.3.0
    Preparing search index...

    Interface InlineEditorProps

    Properties of the InlineEditor React component.

    interface InlineEditorProps {
        ariaLabel?: string;
        editMode: boolean;
        onValueChange: (value: string) => void;
        value: string;
        variant?: Variant;
    }
    Index

    Properties

    ariaLabel?: string

    An aria label.

    editMode: boolean

    Flag indicating if in edit mode or not.

    onValueChange: (value: string) => void

    Callback that will be called when the value has been changed.

    Type Declaration

      • (value: string): void
      • Parameters

        • value: string

          The new value.

        Returns void

    value: string

    The current value.

    variant?: Variant

    The variant of the text control.