Interface ICommandPalette

The interface for a Jupyter Lab command palette.

Hierarchy

  • ICommandPalette

Properties

Methods

Properties

placeholder: string

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

Methods

  • Activate the command palette for user input.

    Returns void

  • 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