mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
chore: add api extractor configuration and fix some associated problems (#6388)
* chore: add configuration for api extractor * fix: remove extra param names * chore: private to internal * remove unrestricted * chore: remove double backticks * chore: remove fileoverview and export * as * chore: return to returns * chore: fix backslashes and angle brackets in tsdoc * chore: final to sealed * chore: ignore to internal * chore: fix link tags * chore: add api-extractor configuration * chore: add unrecognized tag names * chore: remove tsdoc-metadata * fix: correct index.d.ts * chore: fix connection link
This commit is contained in:
committed by
GitHub
parent
55ea12bd21
commit
ec72e8bb4d
@@ -44,8 +44,6 @@ export class VerticalFlyout extends Flyout {
|
||||
*
|
||||
* @param xyRatio Contains a y property which is a float between 0 and 1
|
||||
* specifying the degree of scrolling and a similar x property.
|
||||
* @param xyRatio.x
|
||||
* @param xyRatio.y
|
||||
*/
|
||||
protected override setMetrics_(xyRatio: {x: number, y: number}) {
|
||||
if (!this.isVisible()) {
|
||||
|
||||
Reference in New Issue
Block a user