Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScmElement<P>

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly toDisposeOnUnmount

toDisposeOnUnmount: DisposableCollection = ...

Accessors

Protected Abstract contextMenuArgs

  • get contextMenuArgs(): any[]

Protected Abstract contextMenuPath

  • get contextMenuPath(): MenuPath

Methods

componentDidMount

  • componentDidMount(): void

componentWillUnmount

  • componentWillUnmount(): void

Protected detectHover

  • detectHover(element: null | HTMLElement): void

Protected hideHover

  • hideHover(): void

Protected renderContextMenu

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

Protected showHover

  • showHover(): void