Class DeputyPageSession

Controls everything related to a page that is the subject of an active Deputy row.

Hierarchy

  • DeputyPageSession

Constructors

Properties

sessionCloseHandler: any = ...

An active DeputyPageToolbar, if any is available.

Methods

  • Attempts to grab page details from a session. If a session does not exist, this will return null.

    Parameters

    • revision: number = ...

      The revision of the page to get information for. If the page is being viewed normally (not in a diff or permanent link), then this value should be set to null. This ensures that a generic toolbar is used instead of the revision-specific toolbar.

    • title: Title = window.deputy.currentPage

      The title of the page to get information for. Defaults to current.

    • timeout: number = 500

      Timeout for the page detail request.

    Returns Promise<DeputyPageStatusResponseMessage>

Generated using TypeDoc