Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStartOptions

An options object for application startup.

Hierarchy

  • IStartOptions

Index

Properties

Optional hostID

hostID: string

The ID of the DOM node to host the application shell.

Notes

If this is not provided, the document body will be the host.

Optional ignorePlugins

ignorePlugins: string[]

The plugins to not activate on startup.

Notes

This will override startPlugins and any autoStart plugins.

Optional startPlugins

startPlugins: string[]

The plugins to activate on startup.

Notes

These will be in addition to any autoStart plugins.

Generated using TypeDoc