MetabaseDialogBase.FiltersSet

Syntax

FiltersSet: Array

Description

The FiltersSet property determines the collection of filters for a dialog box.

Comments

Use JSON or the setFiltersSet method to set the property value and the getFiltersSet method to get the property value.

This property contains an array of JSON objects with the following fields: Filters - array containing IDs of filters listed in PP.Mb.Ui.MetabaseObjectClass, ResourceKey - key of the resource used to get filter name.

Example

The example of property use is given in the Example of Creating the MetabaseDialogBase Component.

See also:

MetabaseDialogBase