{{$pluginName := .Get "pluginName"}} {{ if $pluginName }} {{ end }} {{$interface := dict}} {{$variable := dict}} {{$interfaceName := .Get "interface"}} {{$variableName := .Get "variable"}} {{ range .Site.Data.doc.children -}} {{ if eq .name $interfaceName}} {{$interface = .children}} {{ else if eq .name $variableName }} {{$variable = .children}} {{ end }} {{ end -}} {{ if $variableName }} {{ end }} {{range $index, $element := $interface}} {{ if $variableName }} {{$defaultValue := (index $variable $index).defaultValue}} {{ end }} {{ if $variableName }} {{ end }}
Name TypeDefault
{{else}} {{ end }}

{{.comment.shortText | safeHTML}}

{{ if .comment.text}}

{{.comment.text | safeHTML}}

{{ end}} {{ range .comment.tags -}} {{ if eq .tag "description"}}

{{.text | safeHTML}}

{{ end}} {{ if eq .tag "example"}} {{ highlight .text "js" "" }} {{ end}} {{ end -}}