SetBlackboxPatternsParameter

@Serializable
data class SetBlackboxPatternsParameter(val patterns: List<String>, val skipAnonymous: Boolean? = null)

Constructors

Link copied to clipboard
constructor(patterns: List<String>, skipAnonymous: Boolean? = null)

Properties

Link copied to clipboard

Array of regexps that will be used to check script url for blackbox state.

Link copied to clipboard
val skipAnonymous: Boolean? = null

If true, also ignore scripts with no source url.