interface MenusLookAndFeel {
    color: string;
    hoverOrFocus: {
        backgroundColor: string;
    };
}

Properties

Properties

color: string
hoverOrFocus: {
    backgroundColor: string;
}

Type declaration

  • backgroundColor: string

Generated using TypeDoc v0.25.12