LavaUI docs

enum DecorationUnderline

Swift

enum DecorationUnderline

Underline drawn beneath a decorated range. wavy is built from short zigzag segments — there is no dedicated curve primitive, and a handful of line() calls per decorated span is cheap enough not to need one.

Sources/LavaUI/EditorView.swift:78

Cases

case none

Not documented.

Sources/LavaUI/EditorView.swift:79

case straight

Not documented.

Sources/LavaUI/EditorView.swift:80

case wavy

Not documented.

Sources/LavaUI/EditorView.swift:81