{{$interface := dict}} {{$interfaceName := .Get "interface"}} {{ range .Site.Data.doc.children -}} {{ if eq .name $interfaceName}} {{$interface = .children}} {{ end }} {{ end -}}
Name: {{.text}}
{{ end}} {{ end -}}Description: {{replace .comment.shortText "Fired" "Called" }}
{{ end }} {{ end }} {{if $interface }}Detail:
Name | Type | Description |
---|---|---|
{{$element.name}} | {{$element.type.name}} |
{{.comment.shortText | safeHTML}}
{{ range .comment.tags -}}
{{ if eq .tag "description"}}
{{.text}} {{ end}} {{ end -}} |