Api - IMetaParameter Interface
Hierarchy
- IMetaParameter
Index
Properties
Optional max
Optional maximum value of the range.
Optional min
Optional minimum value of the range.
Optional step
Optional step value between min and max.
title
Display text of the parameter.
type
Type of the parameter. Currently supports "range".
value
Initial sample value for this parameter.
Generated using TypeDoc
Describes a parameter and its limits.