Options
All
  • Public
  • Public/Protected
  • All
Menu

Polymer element for a url link

Hierarchy

Index

Constructors

Static constructor

Events

onLinkTapped

  • onLinkTapped(): void

Properties

Protected disabled

disabled: boolean = false

Disabled state of element

Protected icon

icon: string = ""

Icon

Protected label

label: string = ""

Description

Protected name

name: string = "store"

Element name

Protected noseparator

noseparator: boolean = false

Visibility state of optional divider

Protected sectionTitle

sectionTitle: string = ""

Optional group title

Protected url

url: string = ""

Link url

Accessors

Static mainContent

  • get mainContent(): HTMLTemplateElement

Static template

  • get template(): HTMLTemplateElement

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