Variable SoftwareComponentCategoryConst

SoftwareComponentCategory: {
    DEFAULT: string;
    DETAIL: string;
    MAIN: string;
} = ...

Type declaration

  • DEFAULT: string

    Version information about such components are displayed in the about dialog.

  • DETAIL: string

    Version information about such components are displayed in the detail section of the about dialog or not at all.

  • MAIN: string

    There should be exactly one MAIN component. This information is used to identify your client on the server. Version information about this components might be displayed more prominently.