ComponentVersionProperties interface
コンポーネント バージョンの定義: コンポーネントの種類にまたがるリソースを定義します。
- Extends
プロパティ
component |
コンポーネント定義の詳細を定義します。 |
継承されたプロパティ
description | 資産の説明テキスト。 |
is |
名前のバージョンがシステム生成 (匿名登録) の場合。 |
is |
資産はアーカイブされていますか? |
properties | 資産プロパティディクショナリ。 |
tags | タグ辞書。 タグは追加、削除、更新できます。 |
プロパティの詳細
componentSpec
コンポーネント定義の詳細を定義します。
componentSpec?: Record<string, unknown>
プロパティ値
Record<string, unknown>
継承されたプロパティの詳細
description
isAnonymous
isArchived
properties
資産プロパティディクショナリ。
properties?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}
tags
タグ辞書。 タグは追加、削除、更新できます。
tags?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}
AssetBase.tagsから継承