Interface Filtering
-
- All Implemented Interfaces:
public interface FilteringConfigures filtering of chart sources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFiltering.Companion
-
Method Summary
Modifier and Type Method Description abstract Property<Boolean>getEnabled()abstract MapProperty<String, Object>getValues()abstract MapProperty<String, Object>getFileValues()abstract ListProperty<String>getFilePatterns()-
-
Method Detail
-
getEnabled
@Input() abstract Property<Boolean> getEnabled()
-
getFileValues
@Internal() abstract MapProperty<String, Object> getFileValues()
-
getFilePatterns
@Input() abstract ListProperty<String> getFilePatterns()
-
-
-
-