mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
list-view progress
This commit is contained in:
committed by
Hristo Hristov
parent
d795ee94e4
commit
0f45a0df5e
7
tns-core-modules/ui/core/view.d.ts
vendored
7
tns-core-modules/ui/core/view.d.ts
vendored
@@ -329,6 +329,11 @@ declare module "ui/core/view" {
|
||||
cssClasses: Set<string>;
|
||||
cssPseudoClasses: Set<string>;
|
||||
|
||||
/**
|
||||
* Gets the parent view. This property is read-only.
|
||||
*/
|
||||
public parent: View;
|
||||
|
||||
/**
|
||||
* Gets owner page. This is a read-only property.
|
||||
*/
|
||||
@@ -776,7 +781,7 @@ declare module "ui/core/view" {
|
||||
export const fontFamilyProperty: InheritedCssProperty<Style, string>;
|
||||
export const fontStyleProperty: InheritedCssProperty<Style, string>;
|
||||
export const fontWeightProperty: InheritedCssProperty<Style, string>;
|
||||
|
||||
|
||||
export const backgroundInternalProperty: CssProperty<Style, Background>;
|
||||
export const fontInternalProperty: InheritedCssProperty<Style, Font>;
|
||||
}
|
||||
Reference in New Issue
Block a user