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