Expand description
Plugins allow changing TextBox behaviour.
Note: Custom plugins are experimental. If you wish to implement custom plugins,
you need to activate the plugin
feature.
Modules§
- tail
- Display the last lines of the text.
Structs§
- NoPlugin
- Placeholder type when no plugin is used.
Traits§
- Plugin
Marker - Plugin marker trait.