DynamicFilter

DynamicFilter class

Represents the dynamic filter.

class DynamicFilter;

Constructors

NameDescription
constructor(VObject)Constructs from a VObject convertible to this.

Properties

PropertyTypeDescription
dynamicFilterTypeDynamicFilterTypeGets and sets the dynamic filter type.
valueVObjectGets and sets the dynamic filter value.
maxValueVObjectGets and sets the dynamic filter max value.

Methods

MethodDescription
toVObject()Gets the VObject.

constructor(VObject)

Constructs from a VObject convertible to this.

constructor(vobj: VObject);

Parameters:

ParameterTypeDescription
vobjVObjectThe 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;