Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertyOptions

Options for the @property decorator. See https://www.polymer-project.org/2.0/docs/devguide/properties.

Hierarchy

  • PropertyOptions

Index

Properties

Optional computed

computed: string

Optional notify

notify: boolean

Optional observer

observer: string | function

Optional readOnly

readOnly: boolean

Optional reflectToAttribute

reflectToAttribute: boolean

Optional type

type: BooleanConstructor | DateConstructor | NumberConstructor | StringConstructor | ArrayConstructor | ObjectConstructor

This field can be omitted if the Metadata Reflection API is configured.