Skip to content

ClickableToken

Unofficial

Represents a clickable token in the editor (e.g. link, tag).

Import:

import type { ClickableToken } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ClickableToken

Properties

PropertyTypeDescription
endEditorPositionEnd position of the token in the editor.
startEditorPositionStart position of the token in the editor.
textstringText content of the token.
typestringType of clickable token (e.g. "internal-link", "external-link", "tag").

Links to this page: