Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.17 KB

File metadata and controls

67 lines (44 loc) · 1.17 KB
title EventData
category Interfaces
titleTemplate API - NativeScript
breadcrumbs
name href
API Index
/api/
name href
Interfaces
/api/#summary-Interfaces
name
EventData
layout api
seo
description
Base event data.
<script setup lang="ts"> import { provide } from "vue"; import API_DATA from "./EventData.data.json"; provide('API_DATA', API_DATA); </script>
interface EventData {
  eventName: string;
  object: Observable;
}

Summary

Properties

<template #title>

eventName

<template #title>

object