Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CalendarContextMenuItem<T>

Represent a context menu item for the calendar.

Type parameters

  • T

Hierarchy

  • CalendarContextMenuItem

Index

Properties

Properties

Optional click

click: (event: T) => void

A function to be called when the item is clicked.

Type declaration

    • (event: T): void
    • Parameters

      • event: T

      Returns void

Optional items

The list of sub menu items.

text

text: string

The text of the menu item.

Optional visible

visible: boolean | Function

Indicates if the item should be visible

Generated using TypeDoc