Type Alias ContextMenuPositionInfo

ContextMenuPositionInfo: {
    html: HTMLElement;
    insertTarget: HTMLElement;
    target: HTMLElement;
}

Type declaration

  • html: HTMLElement
  • insertTarget: HTMLElement
  • target: HTMLElement