UNPKG

@ui5-language-assistant/xml-views-tooltip

Version:
20 lines (18 loc) 445 B
import { XMLElementOpenName, XMLElementCloseName, XMLAttributeKey, XMLAttributeValue, } from "@xml-tools/ast-position"; import { UI5SemanticModel, BaseUI5Node, } from "@ui5-language-assistant/semantic-model-types"; export declare function findUI5HoverNodeAtOffset( astPosition: | XMLElementOpenName | XMLElementCloseName | XMLAttributeKey | XMLAttributeValue, model: UI5SemanticModel ): BaseUI5Node | undefined;