mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
docs(core): fix types & improve jsdoc comments (#10620)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user