Skip to main content

Function: loadEditorByQueryString()

loadEditorByQueryString(editorFrame, queryString, onFirstLoad?): Promise<Editor>

Parameters

editorFrame

HTMLIFrameElement

queryString

string

onFirstLoad?

() => void

Returns

Promise<Editor>

Was this page helpful?