createReactiveComputed
FitFileViewer - API Documentation v29.4.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:294
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