Interface DropDownEntry

Interface for the entry of DropDown menu

interface DropDownEntry {
    link: string;
    text: string;
}

Properties

Properties

link: string

Hyperlink to the page

text: string

Text to be displayed on the menu