MarkdownPartMetadataSettingsContentSettings interface
The setting of the content of markdown part.
Properties
content | The content of the markdown part. |
markdown |
The source of the content of the markdown part. |
markdown |
The uri of markdown content. |
subtitle | The subtitle of the markdown part. |
title | The title of the markdown part. |
Property Details
content
The content of the markdown part.
content?: string
Property Value
string
markdownSource
The source of the content of the markdown part.
markdownSource?: number
Property Value
number
markdownUri
The uri of markdown content.
markdownUri?: string
Property Value
string
subtitle
The subtitle of the markdown part.
subtitle?: string
Property Value
string
title
The title of the markdown part.
title?: string
Property Value
string
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript