Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommandPalette

The interface for a Jupyter Lab command palette.

Hierarchy

  • ICommandPalette

Index

Properties

Methods

Properties

placeholder

placeholder: string

The placeholder text of the command palette's search input.

Methods

activate

  • activate(): void
  • Activate the command palette for user input.

    Returns void

addItem

  • Add a command item to the command palette.

    Parameters

    • options: IPaletteItem

      The options for creating the command item.

    Returns IDisposable

    A disposable that will remove the item from the palette.

Generated using TypeDoc