Options
All
  • Public
  • Public/Protected
  • All
Menu

Module navigator

Index

References

Namespaces

Classes

Interfaces

Type Aliases

Variables

Functions

References

Re-exports CLASS
Re-exports EXPLORER_VIEW_CONTAINER_ID
Re-exports EXPLORER_VIEW_CONTAINER_TITLE_OPTIONS
Re-exports FILE_NAVIGATOR_ID
Re-exports FileNavigatorCommands
Re-exports FileNavigatorModel
Re-exports FileNavigatorWidget
Re-exports LABEL
Re-exports NavigatorDecoratorService
Re-exports NavigatorTreeDecorator
Re-exports NavigatorWidgetFactory

Type Aliases

FileNavigatorPreferences: PreferenceProxy<FileNavigatorConfiguration>

Variables

CLASS: "theia-Files" = 'theia-Files'
EXPLORER_COMPACT_FOLDERS: "explorer.compactFolders" = 'explorer.compactFolders'
EXPLORER_VIEW_CONTAINER_ID: "explorer-view-container" = 'explorer-view-container'
EXPLORER_VIEW_CONTAINER_TITLE_OPTIONS: ViewContainerTitleOptions = ...
FILE_NAVIGATOR_ID: "files" = 'files'
FILE_NAVIGATOR_PROPS: TreeProps = ...
FILE_NAVIGATOR_TOGGLE_COMMAND_ID: "fileNavigator:toggle" = 'fileNavigator:toggle'
FileNavigatorConfigSchema: PreferenceSchema = ...
FileNavigatorPreferenceContribution: typeof FileNavigatorPreferenceContribution = ...
FileNavigatorPreferences: typeof FileNavigatorPreferences = ...
LABEL: string = ...
NAVIGATOR_CONTEXT_MENU: MenuPath = ...
NavigatorTreeDecorator: typeof NavigatorTreeDecorator = ...

Symbol for all decorators that would like to contribute into the navigator.

OPEN_CONTAINING_FOLDER: Command = ...
OPEN_EDITORS_CONTEXT_MENU: MenuPath = ...
OPEN_EDITORS_PROPS: TreeProps = ...
OpenEditorsTreeDecorator: typeof OpenEditorsTreeDecorator = ...
SHELL_TABBAR_CONTEXT_REVEAL: MenuPath = ...
default: ContainerModule
default: ContainerModule

Functions

  • bindFileNavigatorPreferences(bind: Bind): void
  • createFileNavigatorContainer(parent: Container): Container