Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScmResourceComponent

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly contextMenuPath

contextMenuPath: string[] = ...

Protected Readonly toDisposeOnUnmount

toDisposeOnUnmount: DisposableCollection = ...

Accessors

Protected contextMenuArgs

  • get contextMenuArgs(): any[]

Protected singleNodeArgs

  • get singleNodeArgs(): any[]

Methods

componentDidMount

  • componentDidMount(): void

componentWillUnmount

  • componentWillUnmount(): void

Protected detectHover

  • detectHover(element: null | HTMLElement): void

Protected handleClick

  • handleClick(event: MouseEvent<Element, MouseEvent>): void

Protected handleDoubleClick

  • handleDoubleClick(): void

Protected hasCtrlCmdOrShiftMask

  • hasCtrlCmdOrShiftMask(event: ModifierAwareEvent): boolean

Protected hideHover

  • hideHover(): void

Protected open

  • open(): void

render

  • render(): undefined | Element

Protected renderContextMenu

  • renderContextMenu(event: MouseEvent<HTMLElement, MouseEvent>): void

Protected showHover

  • showHover(): void