MustacheFormat
Mustache template dialect. Pin-only subtype.
Class Diagram
Section titled “Class Diagram”---
title: MustacheFormat
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class FormatConfig {
+string kind
+boolean strict
+dictionary options
}
FormatConfig <|-- MustacheFormat
class MustacheFormat {
+string kind
}
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| kind | string | The Mustache format discriminator |