mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > CSS > MediaQueryExpression
Protocol.CSS.MediaQueryExpression interface
Media query expression descriptor.
Signature:
export interface MediaQueryExpression
Properties
Property | Type | Description |
---|---|---|
computedLength | number | Computed length of media query expression (if applicable). |
feature | string | Media query expression feature. |
unit | string | Media query expression units. |
value | number | Media query expression value. |
valueRange | SourceRange | The associated range of the value text in the enclosing stylesheet (if available). |