PageChangeEventData: {
    currentId: string;
    nextId: string;
}

The event data for the BeforePageChanged event.

Type declaration

  • currentId: string

    The current page id.

  • nextId: string

    The page id of the new page we change to.

Generated using TypeDoc