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

    Interface LabelProps

    Properties of a Label component displayed by the toolbar.

    interface LabelProps {
        text: string;
        variant?: Variant;
    }
    Index

    Properties

    Properties

    text: string

    The label text.

    variant?: Variant

    The label variant.