TextPart
A text content part.
Class Diagram
Section titled “Class Diagram”---
title: TextPart
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class ContentPart {
<<abstract>>
+string kind
}
ContentPart <|-- TextPart
class TextPart {
+string kind
+string value
}
Yaml Example
Section titled “Yaml Example”value: Hello, world!Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| kind | string | The kind identifier for text content |
| value | string | The text content |