OutlineView.findActiveHeading method
OutlineView › findActiveHeading
Unofficial
Find the heading that corresponds to the current cursor position.Signature:
findActiveHeading(e: unknown): undefined | unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| e | unknown | The cursor position or context. |
Returns: undefined | unknown — The active heading, or undefined if none found.