Hierarchy

  • CurrentPageMemo

Properties

application: Application

Accessors

Methods

  • Set the current page as being the pageOrModel while running the callback. The current page is restored afterwards no matter what.

    Returns

    the callback return value.

    Type Parameters

    • T

    • Model extends Reflection<Model>

    Parameters

    • pageOrModel: Model | PageEvent<Model>

      The page to set.

    • callback: (() => T)

      The function to execute.

        • (): T
        • Returns T

    Returns T

Generated using TypeDoc