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