keyValueHtml property

String Function(Object value)? keyValueHtml
final

A helper function that maps a table's primitive fields to their html documentation. This is useful if your lua object contains fields that are not LuaObjects such as int or bool. The auto doc will print them as-is without further inspection. Using this helper will produce additional documentation.

Implementation

final String Function(Object value)? keyValueHtml;