Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "core/BindableProperty"

Index

Functions

Functions

BindableProperty

  • BindableProperty(target: any, key: string): any
  • Use this decorator only to watch property changes in onPropertyChanged method. This decorator also makes enumerable property.

    Do not use this on anything except UI control

    Parameters

    • target: any

      control

    • key: string

      name of property

    Returns any

Generated using TypeDoc