AboutSupportDeveloper GuideVersion 2.0.0

Entity type for an individual Launchpad component window.

interface Component {
    compId?: string;
    name?: string;
    tag?: string;
    title?: string;
}

Properties

compId?: string
name?: string
tag?: string
title?: string

Generated using TypeDoc