Type Alias OnContextMenuResult

OnContextMenuResult:
    | ContextMenuEntryInterface
    | ContextMenuEntryInterface[]
    | boolean
    | undefined