mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 10:01:08 +08:00
chore: InitRootViewEventData description (#10479)
This commit is contained in:

committed by
GitHub

parent
4f12fee2ef
commit
d34a4395ec
@ -118,7 +118,7 @@ export interface CssChangedEventData extends ApplicationEventData {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event data containing information about application css change.
|
* Event data containing information about root view application.
|
||||||
*/
|
*/
|
||||||
export interface InitRootViewEventData extends ApplicationEventData {
|
export interface InitRootViewEventData extends ApplicationEventData {
|
||||||
rootView: View;
|
rootView: View;
|
||||||
|
Reference in New Issue
Block a user