createReactiveComputed
FitFileViewer - API Documentation v29.9.0
FitFileViewer - API Documentation / utils/state/core/computedStateManager / createReactiveComputed
Function: createReactiveComputed()
createReactiveComputed(
key:string,computeFn:Function,deps?:string[]):Object
Defined in: utils/state/core/computedStateManager.js:329
Create a reactive computed value that can be used with property descriptors
Parametersβ
keyβ
string
Computed value key
computeFnβ
Function
Compute function
deps?β
string[] = []
Dependencies
Returnsβ
Object
Property descriptor