Interface

AppStream-1.0AppStreamComponentConstructorProps

interface ConstructorProps {
    categories: any[];
    description: string;
    icons: AppStream.Icon[];
    id: string;
    keywords: string[];
    kind: AppStream.ComponentKind;
    name: string;
    pkgnames: string[];
    project_group: string;
    project_license: string;
    projectGroup: string;
    projectLicense: string;
    screenshots: AppStream.Screenshot[];
    summary: string;
    urls: GLib.HashTable<AppStream.UrlKind, string>;
}

Hierarchy (View Summary)

Index

Properties

categories: any[]
description: string
icons: AppStream.Icon[]
id: string
keywords: string[]
name: string
pkgnames: string[]
project_group: string
project_license: string
projectGroup: string
projectLicense: string
screenshots: AppStream.Screenshot[]
summary: string