interface MenuPageButton {
    action?: string;
    blankTarget?: boolean;
    i18nTitle: {
        [key: string]: string;
    };
    type:
        | "link"
        | "marker"
        | "close"
        | "mtour"
        | "vtour";
}

Properties

action?: string

The action value

blankTarget?: boolean

Link opens in net tab

i18nTitle: {
    [key: string]: string;
}

Localized button title

type:
    | "link"
    | "marker"
    | "close"
    | "mtour"
    | "vtour"

Button action type