mizzkey/src/web/docs/api/entities/view.pug
syuilo 0769566408 ✌️
2017-12-17 01:41:22 +09:00

20 lines
347 B
Text

extends ../../layout.pug
include ../mixins
block meta
link(rel="stylesheet" href="/assets/api/entities/style.css")
block main
h1= name
p#desc= desc[lang] || desc['ja']
section
h2 Properties
+propTable(props)
if propDefs
each propDef in propDefs
section(id= propDef.name)
h3= propDef.name
+propTable(propDef.params)