次の方法で共有


JSONRegexFeature interface

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

プロパティ

activated

パターン機能が有効かどうかを示します。

name

機能の名前。

pattern

一致する正規表現。

プロパティの詳細

activated

パターン機能が有効かどうかを示します。

activated?: boolean

プロパティ値

boolean

name

機能の名前。

name?: string

プロパティ値

string

pattern

一致する正規表現。

pattern?: string

プロパティ値

string