public class KnockoutExtenders extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier | Constructor and Description |
---|---|
protected |
KnockoutExtenders(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static KnockoutExtenders |
$as(Object obj) |
Object |
notify(Object target,
String notifyWhen) |
Object |
rateLimit(Object target,
double timeout) |
Object |
rateLimit(Object target,
Objs options) |
KnockoutComputed<Object> |
throttle(Object target,
double timeout) |
Object |
trackArrayChanges(Object target) |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
protected KnockoutExtenders(Objs.Constructor<?> c, Object js)
public static KnockoutExtenders $as(Object obj)
public KnockoutComputed<Object> throttle(Object target, double timeout)
Copyright © 2018. All rights reserved.