loadType property

List<ContentBlockerTriggerLoadType?> loadType
getter/setter pair

A list of ContentBlockerTriggerLoadType that can include one of two mutually exclusive values. If not specified, the rule matches all load types.

Implementation

late List<ContentBlockerTriggerLoadType?> loadType;