Interface for HamburgerMenu component properties

interface HamburgerMenuProperty {
    entries: DropDownEntry[];
}

Properties

Properties

entries: DropDownEntry[]

Array of DropDownEntry objects representing the menu items in the hamburger menu.