ItemAction: (context: any) => void

Performs an item action using the current menu context.

Type declaration

    • (context: any): void
    • Parameters

      • context: any

        Current menu context.

      Returns void