MediaQuery
[ Interface ]
interface MediaQuery {
name: string;
maxWidth: number;
minWidth: number;
maxHeight: number;
minHeight: number;
controlBehaviourList: controlBehaviour[] | null;
}Properties
Name | Type | Description |
|---|---|---|
name | The unique name of the medium | |
maxWidth | The maximum width in pixels, the Media Query | |
minWidth | The minimum width in pixels, the Media Query | |
maxHeight | The maximum height in pixels, the Media Query. | |
minHeight | The minimum height in pixels, the Media Query | |
controlBehaviourList | A list of control behaviors that defines how certain controls should behave with this media query. |
![]() | Available from version 1.12.750 |
