ClickableToken
Unofficial
Represents a clickable token in the editor (e.g. link, tag).
Import:
import type { ClickableToken } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ClickableTokenProperties
| Property | Type | Description | |
|---|---|---|---|
| end | EditorPosition | End position of the token in the editor. | |
| start | EditorPosition | Start position of the token in the editor. | |
| text | string | Text content of the token. | |
| type | string | Type of clickable token (e.g. "internal-link", "external-link", "tag"). |
Links to this page: