Skip to main content
Version: v2.4.2

DisplayRules

DisplayRules = object

Defined in: parser/types.ts:113

Rules specifying which minimum screen dimensions for the study.

Properties​

PropertyTypeDescriptionDefined in
blockedMessage?stringOptional message to be displayed when display criteria are not met.parser/types.ts:123
maxHeight?numberThe maximum screen height size for the studyparser/types.ts:119
maxWidth?numberThe maximum screen width size for the studyparser/types.ts:121
minHeightnumberThe minimum screen height size for the studyparser/types.ts:115
minWidthnumberThe minimum screen width size for the studyparser/types.ts:117