Options
All
  • Public
  • Public/Protected
  • All
Menu

Module renderer/services/workbench

Index

Variables

ControlCenter

ControlCenter: { getSchema: any; refresh: any; tapSchema: any; toggle: any } = ...

Type declaration

  • getSchema:function
  • refresh:function
    • refresh(): void
    • Refresh control center.

      Returns void

  • tapSchema:function
    • Add a schema processor.

      Parameters

      Returns void

  • toggle:function
    • toggle(visible?: boolean): void
    • Toggle visible

      Parameters

      • Optional visible: boolean

      Returns void

FileTabs

FileTabs: { getActionBtns: any; getTabContextMenus: any; refreshActionBtns: any; removeActionBtnTapper: any; removeTabContextMenuTapper: any; tapActionBtns: any; tapTabContextMenus: any } = ...

Type declaration

Functions

toggleOutline

  • toggleOutline(visible?: boolean): void
  • Toggle outline visible.

    Parameters

    • Optional visible: boolean

    Returns void

Generated using TypeDoc