Options
All
  • Public
  • Public/Protected
  • All
Menu

The instantiation options for a setting editor.

Hierarchy

  • IOptions

Index

Properties

commands

commands: { registry: CommandRegistry; revert: string; save: string }

The toolbar commands and registry for the setting editor toolbar.

Type declaration

  • registry: CommandRegistry

    The command registry.

  • revert: string

    The revert command ID.

  • save: string

    The save command ID.

editorFactory

editorFactory: Factory

The editor factory used by the setting editor.

key

key: string

The state database key for the editor's state management.

registry

The setting registry the editor modifies.

Optional rendermime

The optional MIME renderer to use for rendering debug messages.

state

state: IStateDB<ReadonlyPartialJSONValue>

The state database used to store layout.

Optional translator

translator: ITranslator

The application language translator.

Optional when

when: Promise<any> | Promise<any>[]

The point after which the editor should restore its state.

Generated using TypeDoc