Files
kontor/kontor-spring/src/main/frontend/generated/jar-resources/Fullscreen.d.ts
T
Thomas Peetz 34f505b2ce
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
update Vaadin to 25.2.6
2026-08-25 16:13:36 +02:00

8 lines
319 B
TypeScript

type VaadinFullscreenState = 'UNSUPPORTED' | 'NOT_FULLSCREEN' | 'FULLSCREEN';
/**
* Returns the current fullscreen state synchronously. Used by the bootstrap
* path to seed the server-side signal without waiting for a DOM event.
*/
export declare function currentFullscreenState(): VaadinFullscreenState;
export {};