Interface SubmenuManifestEntry

Represents a JSON submenu contribution.

interface SubmenuManifestEntry {
    id: string;
    label: string;
}

Hierarchy (view full)

Properties

Properties

id: string
label: string

Generated using TypeDoc