Interface ToolViewManifestEntry

JSON representation of a tool view.

interface ToolViewManifestEntry {
    icon?: string;
    id: string;
    title?: string;
    when?: string;
}

Hierarchy

  • ToolViewBase
    • ToolViewManifestEntry

Properties

Properties

icon?: string
id: string
title?: string
when?: string

Generated using TypeDoc