共用方式為


RaiBlocklistItemProperties interface

RAI 自定義封鎖清單項目屬性。

屬性

isRegex

如果模式是 regex 模式。

pattern

要比對的模式。

屬性詳細資料

isRegex

如果模式是 regex 模式。

isRegex?: boolean

屬性值

boolean

pattern

要比對的模式。

pattern?: string

屬性值

string