ModeratorElection/frontend/generated/jar-resources/vaadin-dev-tools/component-util.d.ts

10 lines
385 B
TypeScript
Raw Normal View History

2024-06-06 15:45:46 +00:00
export type ComponentReference = {
nodeId: number;
uiId: number;
element?: HTMLElement;
highlightElement?: HTMLElement;
};
export declare function getComponents(element: HTMLElement): ComponentReference[];
export declare function getComponent(element: HTMLElement): ComponentReference;
export declare function deepContains(container: HTMLElement, node: Node): boolean;