#Container
This is a description of the #Container object
Definition
import "strings"
_#def
_#def: {
id: #id
label: *id | string
technology: #Technology | *_noTech
description?: string
desc: "" | *strings.Replace(description, """
""", "\\n", -1)
tags?: [...#ElementTag]
link?: #url
}
Usage
- id: #id
- label: *id | string
- technology: #Technology | *_noTech
- description?: string
- desc: "" | *strings.Replace(description, """ “”", “\n”, -1)
- tags?: […#ElementTag]
- link?: #url
Last modified June 19, 2024: feat: add version to the modules (8c3c726)