Files
kontor/kontor-spring/src/main/frontend/generated/jar-resources/PageVisibility.d.ts
T
Thomas Peetz 7555cfd51d
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Update Vaadin and Spring Boot version
2026-08-13 14:04:30 +02:00

8 lines
309 B
TypeScript

type VaadinPageVisibility = 'VISIBLE' | 'VISIBLE_NOT_FOCUSED' | 'HIDDEN';
/**
* Returns the current visibility state synchronously. Used by the bootstrap
* path to seed the server-side signal without waiting for a DOM event.
*/
export declare function currentVisibility(): VaadinPageVisibility;
export {};