ActionMenuItem

abstract class ActionMenuItem

Represents item inside ActionMenu.

Inheritors

Types

Link copied to clipboard
Supported types of action menu items.

Properties

Link copied to clipboard
The icon displayed for this menu item.
Link copied to clipboard
open var isEnabled: Boolean
Whether this menu item is enabled and can be interacted with.
Link copied to clipboard
The resource ID identifying this menu item.
Link copied to clipboard
The type of this menu item (standard or fixed).
Link copied to clipboard
The text label displayed for this menu item.

Functions

Link copied to clipboard
abstract fun isPrintItem(): Boolean
Returns true if this item is a print action, false otherwise.