selector property
If the action type is ContentBlockerActionType.CSS_DISPLAY_NONE, 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;