Skip to content

TMenuViewOpenedEventDetail object

TMenuViewOpenedEventDetail is an object which represents the detail of the opened event and consists of the following fields:

type TMenuViewOpenedEventDetail = {
    currentView: View<TMenuViewData>
};

TMenuViewData

TMenuViewData represents the TMenuViewData object.