Top10Filter

Top10Filter class

Represents the top 10 filter.

class Top10Filter;

Constructors

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

Properties

PropertyTypeDescription
isTopbooleanIndicates whether it’s top filter.
isPercentbooleanIndicates whether the items is percent.
itemsnumberGets and sets the items of the filter.
criteriaVObject

Methods

MethodDescription
toVObject()Gets the VObject.

constructor(VObject)

Constructs from a VObject convertible to this.

constructor(vobj: VObject);

Parameters:

ParameterTypeDescription
vobjVObjectThe vobject.

isTop

Indicates whether it’s top filter.

isTop : boolean;

isPercent

Indicates whether the items is percent.

isPercent : boolean;

items

Gets and sets the items of the filter.

items : number;

criteria

criteria : VObject;

toVObject()

Gets the VObject.

toVObject() : VObject;