ShowContextMenu: ((params: {
    expand?: boolean;
    items: Partial<MenuItem>[];
    onHide?: (() => void);
    pos: Position;
    searchbar?: boolean;
    sort?: boolean;
    target?: HTMLElement;
}) => void)