import { OjDrawerPopupBase } from './OjDrawerPopupBase'; /** * The component WebElement for [oj-drawer-popup](../../jsdocs/oj.ojDrawerPopup.html). * Do not instantiate this class directly, instead, use * [ojDrawerPopup](../functions/elements.ojDrawerPopup-1.html). */ /** * The component WebElement for [oj-drawer-popup](../../jsdocs/oj.ojDrawerPopup.html). * Do not instantiate this class directly, instead, use * [ojDrawerPopup](../functions/elements.ojDrawerPopup-1.html). *

Migration

* When you migrate a page from using [oj-drawer-popup](../../jsdocs/oj.ojDrawerPopup.html) to [oj-c-drawer-popup](../../jsdocs/oj-c.DrawerPopup.html) you will also need to migrate your WebDriver tests from OjDrawerPopup to DrawerPopupWebElement. To do that you will need to revise type and locator instances as follows *
Type: from OjDrawerPopup to [DrawerPopupWebElement](../../cpwdtsdoc/classes/DrawerPopupWebElement.html) *
Locator: from [ojDrawerPopup](../functions/elements.ojDrawerPopup-1.html) to [findDrawerPopup](../../cpwdtsdoc/functions/findDrawerPopup.html) *
For more details on migrating from legacy to core pack please see component's [migration section](../../jsdocs/oj.ojDrawerPopup.html#migration-section) */ export declare class OjDrawerPopup extends OjDrawerPopupBase { /** * Dismiss the drawer */ doClose(): Promise; }