ScreenSize
Home > @gooddata/sdk-model > ScreenSize
ScreenSize type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Classification of the screen size according to its size with respect to the set breakpoints.
Signature:
export type ScreenSize = "xl" | "lg" | "md" | "sm" | "xs";