DisplayRules
DisplayRules =
object
Defined in: parser/types.ts:106
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:116 |
maxHeight? | number | The maximum screen height size for the study | parser/types.ts:112 |
maxWidth? | number | The maximum screen width size for the study | parser/types.ts:114 |
minHeight | number | The minimum screen height size for the study | parser/types.ts:108 |
minWidth | number | The minimum screen width size for the study | parser/types.ts:110 |