CustomFormat
Wildcard catch-all format for downstream/unregistered template dialects. The
"*" discriminator lowers to the Renderer dispatch decl’s defaultVariant.
Class Diagram
Section titled “Class Diagram”---
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
}
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| kind | string | The wildcard format discriminator for any dialect not explicitly modeled |