/** * Interface of context menu options that can be passed when opening a context menu. */ export interface ContextMenuOptions { data?: D; closeOnLeftCLick?: boolean; closeOnLeftClickPriority?: number; }