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

  • Returns BaseElement

Methods

Protected fireEvent

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

    Parameters

    • name: string

      event name

    • Optional detailValue: any

      optional value

    Returns 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