Skip to main content

set

FitFileViewer - API Documentation v29.9.0


FitFileViewer - API Documentation / utils/state/core/unifiedStateManager / set

Variable: set()

set: (path: string, value: any, options?: UnifiedStateOptions) => void

Defined in: utils/state/core/unifiedStateManager.js:319

Set state value with unified interface

Parameters​

path​

string

State path (dot notation)

value​

any

Value to set

options?​

UnifiedStateOptions = {}

Set options. Default is {}

Returns​

void