MenuItemId

value class MenuItemId(val value: String)

Represents the unique identifier for a menu item.

This is an inline value class that wraps a string value representing the menu item ID.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

The string representation of the menu item ID.