selector property

String? selector
getter/setter pair

If the action type is ContentBlockerActionType.cssDisplayNone, then also the selector property is required, otherwise it is ignored. It specify a string that defines a selector list. Use CSS identifiers as the individual selector values, separated by commas.

Implementation

String? selector;