Skip to main content

removeComputed

FitFileViewer - API Documentation v29.4.0


FitFileViewer - API Documentation / utils/state/core/computedStateManager / removeComputed

Function: removeComputed()

removeComputed(key: string): void

Defined in: utils/state/core/computedStateManager.js:477

Remove a computed value (convenience function)

Parameters​

key​

string

Key of computed value to remove

Returns​

void