Represents the values of a menus/MenuItem!MenuItem when it is in a particular state.

interface MenuItemState {
    action?: Action;
    description?: string;
    iconId?: string;
    title?: string;
}

Implemented by

Properties

action?: Action
description?: string
iconId?: string
title?: string