Slide 107
Slide 107 text
Lona Spec DSL
component("MyHeaderComponent") {
description("Introduces sections of text. …")
content("title", Type.String) …
optionalContent("subtitle", Type.String, nullable = true, default = null)
minVersion(2) {
optionalContent("showDivider", Type.Boolean, nullable = false, default
…
}
}
}