JSONRegexFeature interface

エクスポートされたモデル - パターン機能。

プロパティ

activated

パターン機能が有効になっているかどうかを示します。

name

フィーチャーの名前。

pattern

照合する正規表現。

プロパティの詳細

activated

パターン機能が有効になっているかどうかを示します。

activated?: boolean

プロパティ値

boolean

name

フィーチャーの名前。

name?: string

プロパティ値

string

pattern

照合する正規表現。

pattern?: string

プロパティ値

string