-
Annotation Types Summary
| Annotation Type |
Description |
| Attribute |
Marks class properties as HTML attributes
|
| ChildList |
Marks List properties of a class as a List of child elements
|
| ClassList |
Marks a property of a List of Strings as a list of CSS classes
|
| HTMLElement |
Marks a class as an HTMLElement
|
| Id |
Marks a property as the ID of the element
|
| InnerContent |
Marks a property as the inner content of the element
|
| Label |
Marks a property as the inner content of a label for the element
|
| Nested |
Marks a property as a nested HTML element
|
| TableData |
Metadata about a property for use in a table
|
| TableEntries |
Marks a collection as a set of table entries
|
| TableIgnore |
Marks that a field in a class should be hidden when generating a table of instances of it
|