defaultHandleExternalTextContent

See source code
function defaultHandleExternalTextContent(
  editor: Editor,
  {
    point,
    text,
  }: {
    point?: VecLike
    text: string
  }
): Promise<void>

Parameters

NameDescription

editor

{ point, text }

{
  point?: VecLike
  text: string
}

Returns

Promise<void>
Prev
defaultHandleExternalSvgTextContent
Next
defaultHandleExternalUrlAsset