Skip to main content
Version: v2.4.1

DisplayRules

DisplayRules = object

Defined in: parser/types.ts:106

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:116
maxHeight?numberThe maximum screen height size for the studyparser/types.ts:112
maxWidth?numberThe maximum screen width size for the studyparser/types.ts:114
minHeightnumberThe minimum screen height size for the studyparser/types.ts:108
minWidthnumberThe minimum screen width size for the studyparser/types.ts:110