mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
style: formatting and whitespaces (#7840)
This commit is contained in:

committed by
Manol Donev

parent
3b5785146f
commit
dfcbe6c319
4
tns-core-modules/ui/web-view/web-view.d.ts
vendored
4
tns-core-modules/ui/web-view/web-view.d.ts
vendored
@ -76,7 +76,7 @@ export class WebView extends View {
|
||||
|
||||
/**
|
||||
* A basic method signature to hook an event listener (shortcut alias to the addEventListener method).
|
||||
* @param eventNames - String corresponding to events (e.g. "propertyChange"). Optionally could be used more events separated by `,` (e.g. "propertyChange", "change").
|
||||
* @param eventNames - String corresponding to events (e.g. "propertyChange"). Optionally could be used more events separated by `,` (e.g. "propertyChange", "change").
|
||||
* @param callback - Callback function which will be executed when event is raised.
|
||||
* @param thisArg - An optional parameter which will be used as `this` context for callback execution.
|
||||
*/
|
||||
@ -108,7 +108,7 @@ export interface LoadEventData extends EventData {
|
||||
navigationType: NavigationType;
|
||||
|
||||
/**
|
||||
* Gets the error (if any).
|
||||
* Gets the error (if any).
|
||||
*/
|
||||
error: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user