mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +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
@@ -204,13 +204,13 @@ export class ConstantProvider {
|
||||
|
||||
/**
|
||||
* Height of text. This constant is dynamically set in
|
||||
* ``setFontConstants_`` to be the height of the text based on the font
|
||||
* `setFontConstants_` to be the height of the text based on the font
|
||||
* used.
|
||||
*/
|
||||
FIELD_TEXT_HEIGHT = -1; // Dynamically set.
|
||||
|
||||
/**
|
||||
* Text baseline. This constant is dynamically set in ``setFontConstants_``
|
||||
* Text baseline. This constant is dynamically set in `setFontConstants_`
|
||||
* to be the baseline of the text based on the font used.
|
||||
*/
|
||||
FIELD_TEXT_BASELINE = -1; // Dynamically set.
|
||||
|
||||
Reference in New Issue
Block a user