Skip to content

MarkdownEditView.set method

MarkdownEditView › set

Official

Set the markdown content of the edit view.

Signature:

set(data: string, clear: boolean): void

Parameters:

Parameter Type Description
data string
clear boolean

Returns: void