Skip to main content

ComputedStateManagerRuntimeScope

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/state/core/computedStateManagerRuntime / ComputedStateManagerRuntimeScope

Interface: ComputedStateManagerRuntimeScope

Defined in: utils/state/core/computedStateManagerRuntime.ts:8

Properties​

getDateNow​

readonly getDateNow: (() => (() => number) | undefined) | undefined

Defined in: utils/state/core/computedStateManagerRuntime.ts:9


getMatchMedia​

readonly getMatchMedia: (() => ((query: string) => MediaQueryList) | undefined) | undefined

Defined in: utils/state/core/computedStateManagerRuntime.ts:10


getPerformance​

readonly getPerformance: (() => Pick<Performance, "now"> | undefined) | undefined

Defined in: utils/state/core/computedStateManagerRuntime.ts:11