Interface IPageEventData

interface IPageEventData {
    pageModel: PageModel;
}

Properties

Properties

pageModel: PageModel