Skip to main content

createReactiveProperty

FitFileViewer - API Documentation v29.9.0


FitFileViewer - API Documentation / utils/state/core/stateManager / createReactiveProperty

Function: createReactiveProperty()

createReactiveProperty(propertyName: string, statePath: string): void

Defined in: utils/state/core/stateManager.js:75

Create a reactive property on the global object that maps to a state path.

Parameters​

propertyName​

string

statePath​

string

Returns​

void