Skip to content

TMenuViewData object

TMenuViewData is an object which represents the data of a certain menu view and consists of the following fields:

type TMenuViewData = {
    contentLevel: number;
    parentContentName?: string;
    parentContentUrl?: string;
    parentContentId?: string;
    goBackActionId?: string;
};