interface ContextMenuItem {
text: string,
callback: (anchorDiv: string) => void
}
textis the value shown in the Context menucallbackis the function that will be called
interface ContextMenuItem {
text: string,
callback: (anchorDiv: string) => void
}
text is the value shown in the Context menucallback is the function that will be called