()
| 858 | serialized?: unknown; |
| 859 | transform?: WindowTransform; |
| 860 | managedWindow?: ManagedWindowState; |
| 861 | windowEffects?: WindowEffectAssignment | null; |
| 862 | effectTargetId?: string; |
| 863 | dirtyWindowIds: string[]; |
| 864 | dirtyManagedWindowIds?: string[]; |
| 865 | dirtyWindowNodeIds?: Record<string, string[]>; |
| 866 | actions: RuntimeWindowAction[]; |
no test coverage detected