#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 October 27, 2023: feat: Elastic Search is a DB (5262088)