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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript