function defaultHandleExternalEmbedContent<T>(
editor: Editor,
{
point,
url,
embed,
}: {
embed: T
point?: VecLike
url: string
}
): void
Parameters
Name | Description |
---|
editor
| |
{ point, url, embed }
| {
embed: T
point?: VecLike
url: string
}
|
Returns
We use cookies on this website.
Learn more in our Cookie Policy.