Interface MediaQueryFeatures

interface MediaQueryFeatures {
aspectRatio ?: string;
color ?: boolean;
colorIndex ?: boolean;
deviceAspectRatio ?: string;
deviceHeight ?: string | number;
deviceWidth ?: string | number;
height ?: string | number;
maxAspectRatio ?: string;
maxColor ?: number;
maxColorIndex ?: number;
maxDeviceAspectRatio ?: string;
maxDeviceHeight ?: string | number;
maxDeviceWidth ?: string | number;
maxHeight ?: string | number;
maxMonochrome ?: number;
maxResolution ?: string | number;
maxWidth ?: string | number;
minAspectRatio ?: string;
minColor ?: number;
minColorIndex ?: number;
minDeviceAspectRatio ?: string;
minDeviceHeight ?: string | number;
minDeviceWidth ?: string | number;
minHeight ?: string | number;
minMonochrome ?: number;
minResolution ?: string | number;
minWidth ?: string | number;
monochrome ?: boolean;
orientation ?: "landscape" | "portrait";
resolution ?: string | number;
scan ?: "progressive" | "interlace";
type ?: keyof MediaQueryTypes;
width ?: string | number;
}

Hierarchy (view full)

Properties

Optional aspectRatio

aspectRatio?: string

Optional color

color?: boolean

Optional colorIndex

colorIndex?: boolean

Optional deviceAspectRatio

deviceAspectRatio?: string

Optional deviceHeight

deviceHeight?: string | number

Optional deviceWidth

deviceWidth?: string | number

Optional height

height?: string | number

Optional maxAspectRatio

maxAspectRatio?: string

Optional maxColor

maxColor?: number

Optional maxColorIndex

maxColorIndex?: number

Optional maxDeviceAspectRatio

maxDeviceAspectRatio?: string

Optional maxDeviceHeight

maxDeviceHeight?: string | number

Optional maxDeviceWidth

maxDeviceWidth?: string | number

Optional maxHeight

maxHeight?: string | number

Optional maxMonochrome

maxMonochrome?: number

Optional maxResolution

maxResolution?: string | number

Optional maxWidth

maxWidth?: string | number

Optional minAspectRatio

minAspectRatio?: string

Optional minColor

minColor?: number

Optional minColorIndex

minColorIndex?: number

Optional minDeviceAspectRatio

minDeviceAspectRatio?: string

Optional minDeviceHeight

minDeviceHeight?: string | number

Optional minDeviceWidth

minDeviceWidth?: string | number

Optional minHeight

minHeight?: string | number

Optional minMonochrome

minMonochrome?: number

Optional minResolution

minResolution?: string | number

Optional minWidth

minWidth?: string | number

Optional monochrome

monochrome?: boolean

Optional orientation

orientation?: "landscape" | "portrait"

Optional resolution

resolution?: string | number

Optional scan

scan?: "progressive" | "interlace"

Optional type

type?: keyof MediaQueryTypes

Optional width

width?: string | number

Settings

Member Visibility

Theme

On This Page

Generated using TypeDoc

AltStyle によって変換されたページ (->オリジナル) /