Editor.getClickableTokenAt method
Editor › getClickableTokenAt
Unofficial
Get a clickable link - if it exists - at specified position.Signature:
getClickableTokenAt(pos: EditorPosition): ClickableToken | nullParameters:
| Parameter | Type | Description |
|---|---|---|
| pos | EditorPosition | The position to check. |
Returns: ClickableToken | null — The clickable token or null.