Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 1.46 KB

File metadata and controls

82 lines (52 loc) · 1.46 KB
title LoadEventData
category Interfaces
titleTemplate API - NativeScript
breadcrumbs
name href
API Index
/api/
name href
Interfaces
/api/#summary-Interfaces
name
LoadEventData
layout api
seo
description
Event data containing information for the loading events of a WebView.
<script setup lang="ts"> import { provide } from "vue"; import API_DATA from "./LoadEventData.data.json"; provide('API_DATA', API_DATA); </script>
interface LoadEventData extends EventData {
  error: string;
  navigationType: NavigationType;
  url: string;
}

Summary

Properties

<template #title>

error

<template #title>

navigationType

<template #title>

url