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

package.dist.connectToComponent.d.ts Maven / Gradle / Ivy

import type UI5Element from "./UI5Element.js";
type ConnectOptions = {
    host: UI5Element;
    propName: string;
    onConnect?: (friend: HTMLElement) => void;
    onDisconnect?: (friend: HTMLElement) => void;
};
declare const connectToComponent: (options: ConnectOptions) => HTMLElement | undefined;
export default connectToComponent;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy