SiteExtensionInfo interface
網站延伸模組資訊。
- Extends
屬性
authors | 作者清單。 |
comment | 網站延伸模組批注。 |
description | 詳細描述。 |
download |
下載計數。 |
extension |
網站延伸模組識別碼。 |
extension |
網站延伸模組類型。 |
extension |
延伸模組 URL。 |
feed |
摘要 URL。 |
icon |
圖示 URL。 |
installed |
已安裝的時間戳。 |
installer |
安裝程式命令行參數。 |
license |
授權 URL。 |
local |
如果本機版本是最新版本, |
local |
本機路徑。 |
project |
專案 URL。 |
provisioning |
布建狀態。 |
published |
已發佈的時間戳。 |
summary | 摘要描述。 |
title | |
version | 版本資訊。 |
繼承的屬性
id | 資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。 |
kind | 資源種類。 |
name | 資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
authors
作者清單。
authors?: string[]
屬性值
string[]
comment
網站延伸模組批注。
comment?: string
屬性值
string
description
詳細描述。
description?: string
屬性值
string
downloadCount
下載計數。
downloadCount?: number
屬性值
number
extensionId
網站延伸模組識別碼。
extensionId?: string
屬性值
string
extensionType
extensionUrl
延伸模組 URL。
extensionUrl?: string
屬性值
string
feedUrl
摘要 URL。
feedUrl?: string
屬性值
string
iconUrl
圖示 URL。
iconUrl?: string
屬性值
string
installedDateTime
已安裝的時間戳。
installedDateTime?: Date
屬性值
Date
installerCommandLineParams
安裝程式命令行參數。
installerCommandLineParams?: string
屬性值
string
licenseUrl
授權 URL。
licenseUrl?: string
屬性值
string
localIsLatestVersion
如果本機版本是最新版本,true
;否則 false
。
localIsLatestVersion?: boolean
屬性值
boolean
localPath
本機路徑。
localPath?: string
屬性值
string
projectUrl
專案 URL。
projectUrl?: string
屬性值
string
provisioningState
布建狀態。
provisioningState?: string
屬性值
string
publishedDateTime
已發佈的時間戳。
publishedDateTime?: Date
屬性值
Date
summary
摘要描述。
summary?: string
屬性值
string
title
title?: string
屬性值
string
version
版本資訊。
version?: string
屬性值
string
繼承的屬性詳細資料
id
kind
name
資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
name?: string
屬性值
string
繼承自