Interface ITextEditor
- Namespace
- Oqtane.Interfaces
- Assembly
- Oqtane.Shared.dll
Text editor interface.
public interface ITextEditor
Properties
Name
string Name { get; }
Property Value
Methods
GetContent()
get content from the editor.
Task<string> GetContent()
Returns
Initialize(string)
initializes the editor with the initialize content.
void Initialize(string content)
Parameters
content
stringthe initialize content.