editors
Provides specialized tools for building rich text editing experiences. Contains actions that handle editor events, user interactions, and editor lifecycle management. Includes keyboard event handlers and close event triggers that help create responsive and interactive text editing components within your applications.
Area: 📦 appdev
Available Actions
This set contains 2 actions:
- +when-close - action to take when the parent element is closed
- editor-onkey - generic/core onkey handler for editors
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
+when-close "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.