Window Variables

Variables provided by the user's screen while using the app.

Overview

You can use these variables for data binding, visual logic, scripts, or query parameters, and will be some of the most recurrent start points for your application.

Screen Size

Access this context to bind the current window size to logic especially useful in visibility rules, which are screen ranges used as breakpoints for "adaptative designs".

Values

Value
Breakpoint
Description

xs

extra small

For screens with less than 480px

s

small

For screens from 480px to 767px

m

medium

For screens from 767px to 991px

l

large

For screens from 991px to 1200px

xl

extra large

For screens with more than 1200px

Last updated

Was this helpful?