RaiBlocklistItemProperties interface

RAI Custom Blocklist Item properties.

Properties

isRegex

If the pattern is a regex pattern.

pattern

Pattern to match against.

Property Details

isRegex

If the pattern is a regex pattern.

isRegex?: boolean

Property Value

boolean

pattern

Pattern to match against.

pattern?: string

Property Value

string