次の方法で共有


ComponentVersionProperties interface

コンポーネント バージョンの定義: コンポーネントの種類にまたがるリソースを定義します。

Extends

プロパティ

componentSpec

コンポーネント定義の詳細を定義します。

継承されたプロパティ

description

資産の説明テキスト。

isAnonymous

名前のバージョンがシステム生成 (匿名登録) の場合。

isArchived

資産はアーカイブされていますか?

properties

資産プロパティディクショナリ。

tags

タグ辞書。 タグは追加、削除、更新できます。

プロパティの詳細

componentSpec

コンポーネント定義の詳細を定義します。

componentSpec?: Record<string, unknown>

プロパティ値

Record<string, unknown>

継承されたプロパティの詳細

description

資産の説明テキスト。

description?: string

プロパティ値

string

AssetBase.descriptionから継承

isAnonymous

名前のバージョンがシステム生成 (匿名登録) の場合。

isAnonymous?: boolean

プロパティ値

boolean

AssetBase.isAnonymousから継承

isArchived

資産はアーカイブされていますか?

isArchived?: boolean

プロパティ値

boolean

AssetBase.isArchivedから継承

properties

資産プロパティディクショナリ。

properties?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}

AssetBase.propertiesから継承

tags

タグ辞書。 タグは追加、削除、更新できます。

tags?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}

AssetBase.tagsから継承