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

package.dist.features.OpenUI5Element.d.ts Maven / Gradle / Ivy

import UI5Element from "../UI5Element.js";
declare class OpenUI5Element extends UI5Element {
    __isBusy?: boolean;
    isOpenUI5Component?: boolean;
    __suppressFocusIn?: () => void;
    __suppressFocusBack?: (e: KeyboardEvent) => void;
    __redirectFocus?: boolean;
}
export default OpenUI5Element;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy