IconFilter

IconFilter class

Represents icon filter.

class IconFilter;

Constructors

NameDescription
constructor(IObject)Constructs from an IObject 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.

constructor(IObject)

Constructs from an IObject convertible to this.

constructor(obj: IObject);

Parameters:

ParameterTypeDescription
objIObjectThe 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.