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

    Type Alias SelectOption

    A select option.

    type SelectOption = {
        displayText: string;
        value: number;
    }
    Index

    Properties

    Properties

    displayText: string

    The display text.

    value: number

    The unique value.