Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/levo/src/css-types.ts>Viewport

Server side rendering with The Elm Architecture in Deno
Latest
interface Viewport
import { type Viewport } from "https://deno.land/x/levo@v0.0.27/src/css-types.ts";

Type Parameters

optional
TLength = string | 0

Properties

optional
msHeight: ViewportHeightProperty<TLength>
optional
msMaxHeight: ViewportMaxHeightProperty<TLength>
optional
msMaxWidth: ViewportMaxWidthProperty<TLength>
optional
msMaxZoom: ViewportMaxZoomProperty
optional
msMinHeight: ViewportMinHeightProperty<TLength>
optional
msMinWidth: ViewportMinWidthProperty<TLength>
optional
msMinZoom: ViewportMinZoomProperty
optional
msOrientation: ViewportOrientationProperty
optional
msUserZoom: ViewportUserZoomProperty
optional
msWidth: ViewportWidthProperty<TLength>
optional
msZoom: ViewportZoomProperty
optional
OOrientation: ViewportOrientationProperty
optional
height: ViewportHeightProperty<TLength>
optional
maxHeight: ViewportMaxHeightProperty<TLength>
optional
maxWidth: ViewportMaxWidthProperty<TLength>
optional
maxZoom: ViewportMaxZoomProperty
optional
minHeight: ViewportMinHeightProperty<TLength>
optional
minWidth: ViewportMinWidthProperty<TLength>
optional
minZoom: ViewportMinZoomProperty
optional
orientation: ViewportOrientationProperty
optional
userZoom: ViewportUserZoomProperty
optional
width: ViewportWidthProperty<TLength>
optional
zoom: ViewportZoomProperty