FiltersSet: Array
The FiltersSet property determines the collection of filters for a dialog box.
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.
The example of property use is given in the Example of Creating the MetabaseDialogBase Component.
See also: