tagsList property

List<String> tagsList
final

A list of HTML tags that are the only tags that are rendered. By default, this list is empty and all supported HTML tags are rendered.

Implementation

final List<String> tagsList;