- reactor<T>(value, config?): T
Parameters
value: object
Optional
config: Omit<ReactorConfig, "deepProxy">
Returns T
- reactor(target, property, descriptor?): any
Parameters
target: object
property: string
Returns any
- reactor(deepProxy?, isNeedRecord?, callback?): ((target, property, descriptor?) => any)
Parameters
Optional
deepProxy: boolean
Optional
isNeedRecord: boolean
Optional
callback: ((target, property) => void)
- (target, property): void
Parameters
target: object
property: string
Returns void
Returns ((target, property, descriptor?) => any)
- (target, property, descriptor?): any
Parameters
target: object
property: string
Returns any
reactor decorator, making the reactor observable.