
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
50 lines
589 B
Text
50 lines
589 B
Text
---
|
|
title: getEmbedInfoUnsafely
|
|
status: published
|
|
category: editor
|
|
group: Function
|
|
author: api
|
|
date: 06/23/2023
|
|
order: 40
|
|
---<Small>Public Function</Small>
|
|
|
|
Tests whether an URL supports embedding and returns the result.
|
|
|
|
|
|
##### Parameters
|
|
|
|
|
|
<ParametersTable>
|
|
|
|
<ParametersTableRow>
|
|
<ParametersTableName>
|
|
|
|
`inputUrl`
|
|
|
|
</ParametersTableName>
|
|
<ParametersTableDescription>
|
|
|
|
```ts
|
|
string
|
|
```
|
|
|
|
The URL to match
|
|
|
|
|
|
|
|
|
|
</ParametersTableDescription>
|
|
</ParametersTableRow>
|
|
</ParametersTable>
|
|
|
|
##### Returns
|
|
|
|
|
|
```ts
|
|
TLEmbedResult
|
|
```
|
|
|
|
##### References
|
|
|
|
[TLEmbedResult](/gen/editor/TLEmbedResult-type)
|
|
|