Skip to content

Editor.getClickableTokenAt method

Editor › getClickableTokenAt

Unofficial

Get a clickable link - if it exists - at specified position.

Signature:

getClickableTokenAt(pos: EditorPosition): ClickableToken | null

Parameters:

Parameter Type Description
pos EditorPosition The position to check.

Returns: ClickableToken | nullThe clickable token or null.