Function: extendObservable()
ts
function extendObservable<A, B>(
target: A,
properties: B,
annotations?: AnnotationsMap<B, never>,
options?: CreateObservableOptions): A & B;Defined in: mobx:
Type Parameters
| Type Parameter |
|---|
A extends Object |
B extends Object |
Parameters
| Parameter | Type |
|---|---|
target | A |
properties | B |
annotations? | AnnotationsMap<B, never> |
options? | CreateObservableOptions |
Returns
A & B