Document the `name` and `type` attributes

fixes #8033
This commit is contained in:
Gunnar Beutner 2015-02-06 08:40:48 +01:00
parent d868930525
commit c9362dc247
1 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,13 @@ Objects can contain a comma-separated list of property
declarations. Instead of commas semicolons may also be used. declarations. Instead of commas semicolons may also be used.
The following data types are available for property values: The following data types are available for property values:
All objects have at least the following attributes:
Attribute | Description
---------------------|-----------------------------
name | The name of the object. This attribute can be modified in the object definition to override the name specified with the `object` directive.
type | The type of the object.
## Expressions ## Expressions
The following expressions can be used on the right-hand side of assignments. The following expressions can be used on the right-hand side of assignments.