Options
All
  • Public
  • Public/Protected
  • All
Menu

An options object for creating a JupyterLab menu.

Hierarchy

  • IOptions
    • IOptions

Index

Properties

commands

commands: CommandRegistry

The command registry for use with the menu.

Optional includeSeparators

includeSeparators: boolean

Whether to include separators between the groups that are added to the menu.

Default: true

Optional rank

rank: number

Menu rank

Optional renderer

renderer: IRenderer

A custom renderer for use with the menu.

The default is a shared renderer instance.

Generated using TypeDoc