Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Prop

Property declaration

Hierarchy

  • Prop

Index

Properties

attributeName

attributeName: undefined | string

The name of the attribute this property can be initialised from / reflected to

initial

initial: any

Initial value for property

reflect

reflect: undefined | boolean

Should the property be reflected to an attribute with the same name

targets

targets: undefined | Target[]

A list of targets that should be updated when the property value changes

triggers

triggers: undefined | string[]

A list of other properties whose targets should be updated when this property changes

type

type: StringConstructor | NumberConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor

Property type

Generated using TypeDoc