type
LineBreakRendering
@Js
@Serializable { simple=true }
enum class LineBreakRendering : Enum
LineBreakRendering
enum
strip |
Strip all line breaks within blocks and between blocks, resulting in all the text on a single line. |
---|---|
compact |
Use single line breaks between blocks, not a blank line. |
separate_blocks |
Separate blocks by a blank line (and respect tight vs loose lists) |
constructors
fromStr |
Return the LineBreakRendering instance for the specified name. |
---|
fields
vals |
List of LineBreakRendering values indexed by ordinal |
---|
Slot Details
compact
const static LineBreakRendering compact := ...
Use single line breaks between blocks, not a blank line. Also renderes all lists as tight
fromStr
separate_blocks
const static LineBreakRendering separate_blocks := ...
Separate blocks by a blank line (and respect tight vs loose lists)
strip
const static LineBreakRendering strip := ...
Strip all line breaks within blocks and between blocks, resulting in all the text on a single line.
vals
const static LineBreakRendering[] vals := ...
List of LineBreakRendering values indexed by ordinal