Skip to content
Tauri

EffectState

Defined in: window.ts:2189

Window effect state macOS only

https://developer.apple.com/documentation/appkit/nsvisualeffectview/state

2.0.0

Active: "active"

Defined in: window.ts:2197

Make window effect state always active macOS only


FollowsWindowActiveState: "followsWindowActiveState"

Defined in: window.ts:2193

Make window effect state follow the window’s active state macOS only


Inactive: "inactive"

Defined in: window.ts:2201

Make window effect state always inactive macOS only


© 2025 Tauri Contributors. CC-BY / MIT