array
box
deep
deep: IObservableDecorator
enhancer
map
object
object: (<T>(props: T,
decorators?: { [K in string | number | symbol]?: Function},
options?: CreateObservableOptions) => T & IObservableObject) ref
ref: IObservableDecorator
set
shallow
shallow: IObservableDecorator
shallowArray
shallowArray: (<T>(initialValues?: T[],
options?: CreateObservableOptions) => IObservableArray<T>) shallowBox
shallowMap
shallowObject
shallowObject: (<T>(props: T,
decorators?: { [K in string | number | symbol]?: Function},
options?: CreateObservableOptions) => T & IObservableObject) struct
struct: IObservableDecorator
Decorator that creates an observable that only observes the references, but doesn't try to turn the assigned value into an observable.ts.