Skip to main content
Version: v2.4.4

DisplayRules

DisplayRules = object

Defined in: parser/types.ts:114

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:124
maxHeight?numberThe maximum screen height size for the studyparser/types.ts:120
maxWidth?numberThe maximum screen width size for the studyparser/types.ts:122
minHeightnumberThe minimum screen height size for the studyparser/types.ts:116
minWidthnumberThe minimum screen width size for the studyparser/types.ts:118