Gjsify LogoGjsify Logo

Hierarchy

  • Link

Index

Constructors

Properties

name: string

Methods

  • belongs_to_page(page_id: string): boolean
  • This function permits to know if link belongs to a certain page.

    page_id is usually the HTML filename without the .html extension. More generally, page_id must be a relative URL (relative to the book base path), without the anchor nor the file extension.

    For example if link has the relative URL "DhLink.html#dh-link-ref", then this function will return %TRUE if the page_id is "DhLink".

    Parameters

    • page_id: string

      a page ID, i.e. the filename without its extension.

    Returns boolean

  • get_book_id(): string
  • get_book_title(): string
  • get_name(): string
  • get_uri(): string
  • match_relative_url(relative_url: string): boolean
  • unref(): void
  • new_book(base_path: string, book_id: string, book_title: string, relative_url: string): Devhelp.Link

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method