TextTag

loreline.TextTag (Class)

Represents a tag in text content, which can be used for styling or other purposes.

Instance Members

closing: Bool

Whether this is a closing tag.


value: String

The value or name of the tag.


offset: Int

The offset in the text where this tag appears.


new(closing: Bool, value: String, offset: Int): Void
Name Type Description
closing Bool * Whether this is a closing tag.
value String * The value or name of the tag.
offset Int * The offset in the text where this tag appears.

Metadata

Name Parameters
:hxGen -
:structInit -