BlockNoteSlashCommandIconText class

Icon as emoji or short text (rendered in a span).

Inheritance

Constructors

BlockNoteSlashCommandIconText(String value)
Creates a text/emoji icon.
const

Properties

hashCode β†’ int
The hash code for this object.
no setterinherited
runtimeType β†’ Type
A representation of the runtime type of the object.
no setterinherited
value β†’ String
The text or emoji to display (e.g. 'πŸ“' or 'P').
final

Methods

noSuchMethod(Invocation invocation) β†’ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() β†’ Map<String, dynamic>
Serializes to JSON.
toString() β†’ String
A string representation of this object.
inherited

Operators

operator ==(Object other) β†’ bool
The equality operator.
inherited