ComponentContainerProperties interface
コンポーネント コンテナー定義。
- Extends
継承されたプロパティ
description | 資産の説明テキスト。 |
is |
資産はアーカイブされていますか? |
latest |
このコンテナー内の最新バージョン。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
next |
次の自動増分バージョン注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
properties | 資産プロパティディクショナリ。 |
tags | タグ辞書。 タグは追加、削除、更新できます。 |
継承されたプロパティの詳細
description
isArchived
latestVersion
このコンテナー内の最新バージョン。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
latestVersion?: string
プロパティ値
string
nextVersion
次の自動増分バージョン注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
nextVersion?: string
プロパティ値
string
properties
資産プロパティディクショナリ。
properties?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}
tags
タグ辞書。 タグは追加、削除、更新できます。
tags?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}