Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HelpPageElement

Polymer element for the Help page

Hierarchy

Index

Constructors

Static constructor

  • Returns HelpPageElement

Properties

Protected githubPagesPath

githubPagesPath: "http://127.0.0.1:4000/" | "https://pushy-clipboard.github.io/" = MyUtils.getGithubPagesPath()

Path to our Web Site

Protected githubPath

githubPath: string = MyUtils.getGithubPath()

Path to our Github repo

Protected isChromeOS

isChromeOS: boolean = false

Are we ChromeOS

Protected version

version: string = encodeURIComponent(ChromeUtils.getVersion())

Extension version

Accessors

Static template

  • get template(): HTMLTemplateElement

Methods

Protected computeMailToUrl

  • computeMailToUrl(subject: string): string

Protected fireEvent

  • fireEvent(name: string, detailValue?: any): void
  • Dispatch an event

    Parameters

    • name: string

      event name

    • Optional detailValue: any

      optional value

    Returns void

onEnterPage

  • onEnterPage(): Promise<void>

onLeavePage

  • onLeavePage(): Promise<void>

ready

  • ready(): void

Static localize

  • localize(name: string, def?: undefined | string): string
  • Localize a string

    Parameters

    • name: string

      name from _locales

    • Optional def: undefined | string

      optional default value if name not found

    Returns string

Generated using TypeDoc