Type Alias Theme

The theme model.

type Theme = {
    author?: string;
    createdAt?: string;
    dependencies?: unknown;
    description?: string;
    file?: unknown;
    homepage?: string;
    icon?: string;
    id?: string;
    keywords?: string;
    license?: string;
    name?: string;
    qextFilename?: string;
    qextVersion?: string;
    repository?: string;
    supplier?: string;
    tags?: string[];
    tenantId?: string;
    type?: string;
    updateAt?: string;
    userId?: string;
    version?: string;
}
Index

Properties

author?: string

Author of the theme.

createdAt?: string
dependencies?: unknown

Map of dependencies describing version of the component it requires.

description?: string

Description of the theme.

file?: unknown

The file that was uploaded with the theme.

homepage?: string

Home page of the theme.

icon?: string

Icon to show in the client.

id?: string
keywords?: string

Keywords for the theme.

license?: string

Under which license this theme is published.

name?: string

The display name of this theme.

qextFilename?: string

The name of the qext file that was uploaded with this theme.

qextVersion?: string

The version from the qext file that was uploaded with this extension.

repository?: string

Link to the theme source code.

supplier?: string

Supplier of the theme.

tags?: string[]

List of tags.

tenantId?: string
type?: string

The type of this theme (visualization, etc.).

updateAt?: string
userId?: string
version?: string

Version of the theme.