var instance; // Type: wijmo.data.IObservable; var value; // Type: ISubscription // Parameters var handler; // Type: any var context; // Type: any value = instance.subscribe(handler, context);
function subscribe( handler : any, context : any ) : ISubscription;
Parameters
- handler
- context