Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions<T>

An options object for creating an application.

Type parameters

  • T: Widget

Hierarchy

  • IOptions

Index

Properties

Optional contextMenuRenderer

contextMenuRenderer: IRenderer

A custom renderer for the context menu.

shell

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