Type Alias ContextMenuPositionInfo

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