Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EditorOpenerOptions

Hierarchy

  • WidgetOpenerOptions
    • EditorOpenerOptions

Index

Properties

Optional counter

counter: number

Optional mode

mode: "open" | "reveal" | "activate"

Determines whether the widget should be only opened, revealed or activated. By default is activate.

Optional preview

preview: boolean

Optional selection

selection: RecursivePartial<Range>

Optional widgetOptions

widgetOptions: WidgetOptions

Specify how an opened widget should be added to the shell. By default to the main area.