Interface MenuItemBase

interface MenuItemBase {
    buttonStyle?: {
        backgroundColor?: string;
        color?: string;
        iconColor?: string;
    };
    displayName: string;
    icon?: string;
}

Hierarchy (View Summary)

Properties

buttonStyle?: { backgroundColor?: string; color?: string; iconColor?: string }
displayName: string
icon?: string