Skip to the content.

interface ContextMenuItem {
    text: string,
    callback: (anchorDiv: string) => void
}