A tool view as stored in the store.

interface ToolView {
    icon?: string;
    id: string;
    title?: string;
    when?: When;
}

Hierarchy

  • ToolViewBase
    • ToolView

Properties

Properties

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

Generated using TypeDoc