docs(core): fix types & improve jsdoc comments (#10620)

This commit is contained in:
Ammar Ahmed
2025-01-13 01:38:28 +05:00
committed by GitHub
parent 3dec0a5e99
commit 24ad6e45b1
55 changed files with 1057 additions and 39 deletions

View File

@@ -10,6 +10,7 @@ import { HtmlView as HtmlViewDefinition } from '.';
export class HtmlViewBase extends View implements HtmlViewDefinition {
public html: string;
public selectable: boolean;
public linkColor: Color;
}
HtmlViewBase.prototype.recycleNativeView = 'auto';