Skip to content
Prompty

TextPart

A text content part.

---
title: TextPart
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class ContentPart {
      <<abstract>>
        +string kind
    }
    ContentPart <|-- TextPart
    class TextPart {
        +string kind
        +string value
    }
value: Hello, world!
Name Type Description
kind string The kind identifier for text content
value string The text content