Options
All
  • Public
  • Public/Protected
  • All
Menu

Base element for all our PolymerElements

Implements the internationalization mixin and adds support for the '@listen' decorator. It also includes all the basic polymer stuff

Hierarchy

Index

Constructors

Methods

Constructors

Static constructor

Methods

Protected fireEvent

  • fireEvent(name: string, detailValue?: any): 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