Table of Contents

Interface ITextEditor

Namespace
Oqtane.Interfaces
Assembly
Oqtane.Shared.dll

Text editor interface.

public interface ITextEditor

Properties

Name

string Name { get; }

Property Value

string

Methods

GetContent()

get content from the editor.

Task<string> GetContent()

Returns

Task<string>

Initialize(string)

initializes the editor with the initialize content.

void Initialize(string content)

Parameters

content string

the initialize content.