Prototype of a named noise expression.
| name :: string [R] | Name of this prototype. |
| order :: string [R] | Order string of this prototype. |
| localised_name :: LocalisedString [R] | |
| localised_description :: LocalisedString [R] | |
| intended_property :: string [R] | Name of the property that this expression is intended to provide a value for, if any. |
| expression :: NoiseExpression [R] | The expression itself. |
| valid :: boolean [R] | Is this object valid? |
| object_name :: string [R] | The class name of this object. |
| help() → string | All methods and properties that this object supports. |
Name of this prototype.
Order string of this prototype.
Name of the property that this expression is intended to provide a value for, if any.
The expression itself.