Skip to content
Prompty

CustomFormat

Wildcard catch-all format for downstream/unregistered template dialects. The "*" discriminator lowers to the Renderer dispatch decl’s defaultVariant.

---
title: CustomFormat
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class FormatConfig {
        +string kind
        +boolean strict
        +dictionary options
    }
    FormatConfig <|-- CustomFormat
    class CustomFormat {
        +string kind
    }
Name Type Description
kind string The wildcard format discriminator for any dialect not explicitly modeled