mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +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
@@ -128,7 +128,7 @@ export function setSelected(newSelection: ICopyable|null) {
|
||||
let parentContainer: Element|null;
|
||||
|
||||
/**
|
||||
* Get the container element in which to render the WidgetDiv, DropDownDiv and\
|
||||
* Get the container element in which to render the WidgetDiv, DropDownDiv and
|
||||
* Tooltip.
|
||||
*
|
||||
* @returns The parent container.
|
||||
@@ -142,7 +142,7 @@ export function getParentContainer(): Element|null {
|
||||
* Set the parent container. This is the container element that the WidgetDiv,
|
||||
* DropDownDiv, and Tooltip are rendered into the first time `Blockly.inject`
|
||||
* is called.
|
||||
* This method is a NOP if called after the first ``Blockly.inject``.
|
||||
* This method is a NOP if called after the first `Blockly.inject`.
|
||||
*
|
||||
* @param newParent The container element.
|
||||
* @alias Blockly.common.setParentContainer
|
||||
|
||||
Reference in New Issue
Block a user