Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "view-model/AtomViewModel"

Index

Functions

BindableBroadcast

BindableReceive

CachedWatch

  • CachedWatch(target: AtomViewModel, key: string, descriptor: any): void
  • Cached watch must be used with async getters to avoid reloading of resources unless the properties referenced are changed

    Parameters

    • target: AtomViewModel

      ViewModel

    • key: string

      name of property

    • descriptor: any

      descriptor of property

    Returns void

Receive

Validate

  • Validate(target: AtomViewModel, key: string | symbol, descriptor: any): void

Watch

  • Watch(target: AtomViewModel, key: string | symbol, descriptor: any): void

waitForReady

Generated using TypeDoc