WorkbookTemplateProperties interface

Properties that contain a workbook template.

Properties

author

Information about the author of the workbook template.

galleries

Workbook galleries supported by the template.

localized

Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.

priority

Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode.

templateData

Valid JSON object containing workbook template payload.

Property Details

author

Information about the author of the workbook template.

author?: string

Property Value

string

galleries

Workbook galleries supported by the template.

galleries: WorkbookTemplateGallery[]

Property Value

localized

Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.

localized?: Record<string, WorkbookTemplateLocalizedGallery[]>

Property Value

priority

Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode.

priority?: number

Property Value

number

templateData

Valid JSON object containing workbook template payload.

templateData: any

Property Value

any