Top10Filter
Contents
[
Hide
]Top10Filter class
Represents the top 10 filter.
class Top10Filter;
Constructors
| Name | Description |
|---|---|
| constructor(VObject) | Constructs from a VObject convertible to this. |
Properties
| Property | Type | Description |
|---|---|---|
| isTop | boolean | Indicates whether it’s top filter. |
| isPercent | boolean | Indicates whether the items is percent. |
| items | number | Gets and sets the items of the filter. |
| criteria | VObject |
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. |
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;