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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for JavaScript