Skip to content

Latest commit

 

History

History
97 lines (60 loc) · 1.63 KB

File metadata and controls

97 lines (60 loc) · 1.63 KB
title ApplicationEventData
category Interfaces
titleTemplate API - NativeScript
breadcrumbs
name href
API Index
/api/
name href
Interfaces
/api/#summary-Interfaces
name
ApplicationEventData
layout api
seo
description
Event data containing information for the application events.
<script setup lang="ts"> import { provide } from "vue"; import API_DATA from "./ApplicationEventData.data.json"; provide('API_DATA', API_DATA); </script>
interface ApplicationEventData {
  android: any;
  eventName: string;
  ios: any;
  object: Observable | ApplicationCommon;
}

Summary

Properties

<template #title>

android

<template #title>

eventName

<template #title>

ios

<template #title>

object