WorkbookTemplateUpdateParameters interface
更新活頁簿範本時所提供的參數。
屬性
author | 活頁簿範本作者的相關資訊。 |
galleries | 範本支援的活頁簿資源庫。 |
localized | 當地語系化資源庫的索引鍵值組。 每個索引鍵都是Azure 入口網站支援的語言地區設定程式碼。 |
priority | 範本的優先順序。 決定在檢視器模式中開啟活頁簿庫時要開啟的範本。 |
tags | 資源標籤 |
template |
包含活頁簿範本承載的有效 JSON 物件。 |
屬性詳細資料
author
活頁簿範本作者的相關資訊。
author?: string
屬性值
string
galleries
localized
當地語系化資源庫的索引鍵值組。 每個索引鍵都是Azure 入口網站支援的語言地區設定程式碼。
localized?: {[propertyName: string]: WorkbookTemplateLocalizedGallery[]}
屬性值
{[propertyName: string]: WorkbookTemplateLocalizedGallery[]}
priority
範本的優先順序。 決定在檢視器模式中開啟活頁簿庫時要開啟的範本。
priority?: number
屬性值
number
tags
資源標籤
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
templateData
包含活頁簿範本承載的有效 JSON 物件。
templateData: any
屬性值
any