Class ListElement
java.lang.Object
ai.dat.core.configuration.description.ListElement
- All Implemented Interfaces:
BlockElement
Represents a list in the
Description.-
Method Summary
Modifier and TypeMethodDescriptionvoidstatic ListElementlist(InlineElement... elements) Creates a list with blocks of text.
-
Method Details
-
list
Creates a list with blocks of text. For example:.list( text("this is first element of list"), text("this is second element of list with a %s", link("https://link")) )- Parameters:
elements- list of this list entries- Returns:
- list representation
-
format
-