Interface NotebookCommand

interface NotebookCommand {
    arguments?: any[];
    title?: string;
    tooltip?: string;
}

Hierarchy

  • Command
    • NotebookCommand

Properties

arguments?: any[]
title?: string
tooltip?: string