DeviceRules
DeviceRules =
object
Defined in: parser/types.ts:89
Rules specifying which device types the study supports.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowed | UserDevice[] | List of device types to support. | parser/types.ts:91 |
blockedMessage? | string | Optional message to be displayed when device criterias are not met. | parser/types.ts:93 |