All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.frontend.vaadin-dev-tools.component-util.d.ts Maven / Gradle / Ivy

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;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy