Definitions Code Block
Here is a high level view of the basic syntax of a definitions block. This syntax shows parameter declarations within the column and expand set definitions, which can then serve as templates to help present consistent data pages.
definitions {
column-set id = <string> {
<parameter-declaration>
<columns>
}
expand-set id = <string> {
<parameter-declaration>
<column-expands>
}
elements {
<element>
}
}
See also:
- What is a Definitions Block?
- Definitions Code Sample
- Column Set Code Block
- Expand Set Code Block
- Elements Code Block
- Column Set Parameter Code Block