defaultHandleExternalExcalidrawContent

See source code
function defaultHandleExternalExcalidrawContent(
  editor: Editor,
  {
    point,
    content,
  }: {
    content: any
    point?: VecLike
  }
): Promise<void>

Parameters

NameDescription

editor

{ point, content }

{
  content: any
  point?: VecLike
}

Returns

Promise<void>
Prev
defaultHandleExternalEmbedContent
Next
defaultHandleExternalFileAsset
hi

We use cookies on this website.
Learn more in our Cookie Policy.