- toJS<T>(source, options?): T
Parameters
- source: T
Optional
options: ToJSOptions
Returns T
- toJS(source, options?): any
Parameters
- source: any
Optional
options: ToJSOptions
Returns any
- toJS(source, options): any
Parameters
- source: any
- options: ToJSOptions
Returns any
Basically, a deep clone, so that no reactive property will exist anymore.