Home Reference Source Test
public class | source

WatchingYou

Constructor Summary

Public Constructor
public

Method Summary

Public Methods
public

observe(key: *, callback: *)

public

watch(key: *, object: *, deep: boolean): *

Public Constructors

public constructor() source

Public Methods

public observe(key: *, callback: *) source

Params:

NameTypeAttributeDescription
key *
callback *

public watch(key: *, object: *, deep: boolean): * source

Params:

NameTypeAttributeDescription
key *
object *
deep boolean
  • optional
  • default: false

Return:

*