共用方式為


ContentSource interface

內容來源的定義。

屬性

hash

取得或設定哈希。

type

取得或設定內容類型。 可能的值包括:'embeddedContent'、'uri'

value

取得或設定內容的值。 這是根據內容類型。

version

取得或設定內容的版本。

屬性詳細資料

hash

取得或設定哈希。

hash?: ContentHash

屬性值

type

取得或設定內容類型。 可能的值包括:'embeddedContent'、'uri'

type?: ContentSourceType

屬性值

value

取得或設定內容的值。 這是根據內容類型。

value?: string

屬性值

string

version

取得或設定內容的版本。

version?: string

屬性值

string