Skip to main content

createReactiveProperty

FitFileViewer - API Documentation v29.4.0


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

Function: createReactiveProperty()

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

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

Create reactive property on window object for backward compatibility

Parameters​

propertyName​

string

Name of the property to create

statePath​

string

Path in state to bind to

Returns​

void