MarkdownPartMetadata interface
Markdown part metadata.
- Extends
Properties
inputs | Input to dashboard part. |
settings | Markdown part settings. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
inputs
Input to dashboard part.
inputs?: Record<string, unknown>[]
Property Value
Record<string, unknown>[]
settings
Markdown part settings.
settings?: MarkdownPartMetadataSettings
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Extension/HubsExtension/PartType/MarkdownPart"
Property Value
"Extension/HubsExtension/PartType/MarkdownPart"
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