DeviceRules
DeviceRules =
object
Defined in: parser/types.ts:88
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:90 |
blockedMessage? | string | Optional message to be displayed when device criteria are not met. | parser/types.ts:92 |