FieldDefinition
The FieldDefinition object represents all of the descriptive properties of a single field of a node.
Properties
Type | Property | Description | Standard |
---|---|---|---|
String | name | The field name (e.g., "children").
| X3D3.0 |
numeric | accessType | Value from the X3DConstants object describing the accessType (e.g., "inputOnly").
| X3D3.0 |
numeric | dataType | Value from X3DConstants cobject describing the field's data type (e.g., "SFBool").
| X3D3.0 |
Functions
Return type | Function | Description | Standard |
---|