DynamicFilter
Contents
[
Hide
]DynamicFilter class
Represents the dynamic filter.
class DynamicFilter;
Constructors
Name | Description |
---|---|
constructor(VObject) | Constructs from a VObject convertible to this. |
Properties
Property | Type | Description |
---|---|---|
dynamicFilterType | DynamicFilterType | Gets and sets the dynamic filter type. |
value | VObject | Gets and sets the dynamic filter value. |
maxValue | VObject | Gets and sets the dynamic filter max value. |
Methods
Method | Description |
---|---|
toVObject() | Gets the VObject. |
constructor(VObject)
Constructs from a VObject convertible to this.
constructor(vobj: VObject);
Parameters:
Parameter | Type | Description |
---|---|---|
vobj | VObject | The vobject. |
dynamicFilterType
Gets and sets the dynamic filter type.
dynamicFilterType : DynamicFilterType;
value
Gets and sets the dynamic filter value.
value : VObject;
maxValue
Gets and sets the dynamic filter max value.
maxValue : VObject;
toVObject()
Gets the VObject.
toVObject() : VObject;