Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CodeEditor

Hierarchy

  • CodeEditor

Index

Methods

execute

  • execute(): any
  • Runs the code in the editor and returns the result.

    Returns any

getText

  • getText(): string
  • Returns the editor text.

    Returns string

setText

  • setText(text: string): void
  • Sets the editor text.

    Parameters

    • text: string

    Returns void