ModeratorElection/frontend/generated/jar-resources/vaadin-dev-tools/component-util.d.ts
2024-06-06 17:45:46 +02:00

9 lines
385 B
TypeScript

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;