Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEditorContribution

An editor contribution that gets created every time a new editor gets created and gets disposed when the editor gets disposed.

Hierarchy

  • IEditorContribution

Index

Methods

dispose

  • dispose(): void
  • Dispose this contribution.

    Returns void

Optional restoreViewState

  • restoreViewState(state: any): void
  • Restore view state.

    Parameters

    • state: any

    Returns void

Optional saveViewState

  • saveViewState(): any
  • Store view state.

    Returns any

Generated using TypeDoc