Interface EditorResult

All Superinterfaces:
PromptResult<EditorPrompt>
All Known Implementing Classes:
DefaultEditorResult

public interface EditorResult extends PromptResult<EditorPrompt>
Result of an editor prompt. Contains the edited text content.
  • Method Details

    • getText

      String getText()
      Get the edited text content.
      Returns:
      the edited text