mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Update JsDoc for IDragTarget (#4907)
This commit is contained in:
@@ -30,7 +30,8 @@ Blockly.IDragTarget = function() {};
|
||||
/**
|
||||
* Returns the bounding rectangle of the drag target area in pixel units
|
||||
* relative to viewport.
|
||||
* @return {Blockly.utils.Rect} The component's bounding box.
|
||||
* @return {?Blockly.utils.Rect} The component's bounding box. Null if drag
|
||||
* target area should be ignored.
|
||||
*/
|
||||
Blockly.IDragTarget.prototype.getClientRect;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user