IconFilter

IconFilter class

Represents icon filter.

class IconFilter;

Constructors

NameDescription
constructor(Object)Constructs from an Object convertible to this.

Methods

MethodDescription
getIconSetType()Gets and sets which icon set is used in the filter criteria.
setIconSetType(IconSetType)Gets and sets which icon set is used in the filter criteria.
getIconId()Gets and sets Zero-based index of an icon in an icon set.
setIconId(number)Gets and sets Zero-based index of an icon in an icon set.
isNull()Checks whether the implementation object is null.
toObject()Gets the Object.

constructor(Object)

Constructs from an Object convertible to this.

constructor(obj: Object);

Parameters:

ParameterTypeDescription
objObjectThe object.

getIconSetType()

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

getIconSetType() : IconSetType;

Returns

IconSetType

setIconSetType(IconSetType)

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

setIconSetType(value: IconSetType) : void;

Parameters:

ParameterTypeDescription
valueIconSetTypeThe value to set.

getIconId()

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

getIconId() : number;

setIconId(number)

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

setIconId(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

toObject()

Gets the Object.

toObject() : Object;

Returns

Object