提交 9085f041 编写于 作者: K Kamran Ahmed

Update type definitions

上级 5ddc2a6a
......@@ -489,24 +489,72 @@ declare module 'driver.js' {
*/
private positionOnLeft(position: Driver.Position): void;
/**
* Positions the popover to the left-center of the given element position
* @param {Driver.Position} position
*/
private positionOnLeftCenter(position: Driver.Position): void;
/**
* Positions the popover to the left-bottom of the given element position
* @param {Driver.Position} position
*/
private positionOnLeftBottom(position: Driver.Position): void;
/**
* Positions the popover to the right of the given element position
* @param {Driver.Position} position
*/
private positionOnRight(position: Driver.Position): void;
/**
* Positions the popover to the right-center of the given element position
* @param {Driver.Position} position
*/
private positionOnRightCenter(position: Driver.Position): void;
/**
* Positions the popover to the right-bottom of the given element position
* @param {Driver.Position} position
*/
private positionOnRightBottom(position: Driver.Position): void;
/**
* Positions the popover to the top of the given element position
* @param {Driver.Position} position
*/
private positionOnTop(position: Driver.Position): void;
/**
* Positions the popover to the top-center of the given element position
* @param {Driver.Position} position
*/
private positionOnTopCenter(position: Driver.Position): void;
/**
* Positions the popover to the top-right of the given element position
* @param {Driver.Position} position
*/
private positionOnTopRight(position: Driver.Position): void;
/**
* Positions the popover to the bottom of the given element position
* @param {Driver.Position} position
*/
private positionOnBottom(position: Driver.Position): void;
/**
* Positions the popover to the bottom-center of the given element position
* @param {Driver.Position} position
*/
private positionOnBottomCenter(position: Driver.Position): void;
/**
* Positions the popover to the bottom-right of the given element position
* @param {Driver.Position} position
*/
private positionOnBottomRight(position: Driver.Position): void;
/**
* Positions the popover automatically around the element position
* @param {Driver.Position} position
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册