DisplayRules
DisplayRules =
object
Defined in: parser/types.ts:113
Rules specifying which minimum screen dimensions for the study.
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
blockedMessage? | string | Optional message to be displayed when display criteria are not met. | parser/types.ts:123 |
maxHeight? | number | The maximum screen height size for the study | parser/types.ts:119 |
maxWidth? | number | The maximum screen width size for the study | parser/types.ts:121 |
minHeight | number | The minimum screen height size for the study | parser/types.ts:115 |
minWidth | number | The minimum screen width size for the study | parser/types.ts:117 |