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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for JavaScript