widgets property

List<String> widgets
final

The set of Widgets that this handler can process. A handler with fewer widgets is considered more specific so if a more specific handler is found it is used over the less specific one

Implementation

final List<String> widgets;