attributes

fun attributes(namePrefix: String = "", setup: AttributeListBuilder.() -> Unit): AttributeList

Environment for building up an AttributeList with an attribute's namePrefix.

Parameters

namePrefix

each attribute's name is prefixed with this variable

setup

DSL environment for describing attribute lists