Options
All
  • Public
  • Public/Protected
  • All
Menu

Polymer element to include or exclude a Google Photos category

Hierarchy

Index

Constructors

Events

Properties

Accessors

Methods

Constructors

Static constructor

  • Returns PhotoCatElement

Events

onCheckedChange

  • onCheckedChange(ev: CustomEvent): void

Properties

Protected checked

checked: boolean = false

Checked state

Protected disabled

disabled: boolean = false

Disabled state of element

Protected label

label: string = ""

Descriptive label

Protected sectionTitle

sectionTitle: string = ""

Optional group title

Accessors

Static template

  • get template(): HTMLTemplateElement

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