Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Page

Represents one page on the website that can have comments on it. Every Comment belongs to exactly one page. Pages are identified using their URI.

Hierarchy

  • Page

Index

Constructors

Properties

Methods

Constructors

constructor

  • Creates an abstraction of one page.

    Parameters

    • server: IssoServer

      The isso server.

    • uri: string

      The created page’s uri.

    Returns Page

Properties

comments

comments: CommentList = new CommentList(this)

The comments on this page.

server

server: IssoServer

The isso server.

uri

uri: string

Methods

Static getCurrent

  • Creates a page abstraction for the page currently loaded in the browser.

    Parameters

    Returns Page

    The page representing the one currently loaded in the browser.

Generated using TypeDoc