Interface IOptions<T>

An options object for creating an application.

Type Parameters

Hierarchy

  • IOptions

Properties

contextMenuRenderer?: Menu.IRenderer

A custom renderer for the context menu.

shell: T

The shell widget to use for the application.

This should be a newly created and initialized widget.

The application will attach the widget to the DOM.

Generated using TypeDoc