IconFilter

IconFilter class

Represents icon filter.

class IconFilter;

Constructors

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

Properties

PropertyTypeDescription
iconSetTypeIconSetTypeGets and sets which icon set is used in the filter criteria.
iconIdnumberGets and sets Zero-based index of an icon in an icon set.

Methods

MethodDescription
toVObject()Gets the VObject.

constructor(VObject)

Constructs from a VObject convertible to this.

constructor(vobj: VObject);

Parameters:

ParameterTypeDescription
vobjVObjectThe vobject.

iconSetType

Gets and sets which icon set is used in the filter criteria.

iconSetType : IconSetType;

iconId

Gets and sets Zero-based index of an icon in an icon set.

iconId : number;

toVObject()

Gets the VObject.

toVObject() : VObject;