customTypesFilter property

List<String>? customTypesFilter
read / write

List of custom type filter. GroupChannel list containing only and exactly the passed custom types will be returned. It will return null if custom types filter hasn't been set before.

Implementation

List<String>? customTypesFilter;