Type Alias ItemTitleGetter

ItemTitleGetter: (context: any) => string

Resolves an item title from the current menu context.

Type declaration

    • (context: any): string
    • Parameters

      • context: any

        Current menu context.

      Returns string

      Item title.