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:

ParameterTypeDescription
posEditorPositionThe position to check.

Returns: ClickableToken | nullThe clickable token or null.