Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 808 Bytes

File metadata and controls

30 lines (15 loc) · 808 Bytes

document.getFilters()

Availability

Flash 8.

Usage

document.getFilters()

Parameters

None.

Returns

An array that contains a list of filters applied to the currently selected objects.

Description

Method; returns an array that contains the list of filters applied to the currently selected objects. If multiple objects are selected and they don’t have identical filters, this method returns the list of filters applied to the first selected object.

Example

See document.setFilters().

See also

document.addFilter(), document.changeFilterOrder(), document.setFilters(), Filter object