Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.16 KB

File metadata and controls

52 lines (36 loc) · 1.16 KB
title GestureEventDataWithState
category Interfaces
titleTemplate API - NativeScript
breadcrumbs
name href
API Index
/api/
name href
Interfaces
/api/#summary-Interfaces
name
GestureEventDataWithState
layout api
seo
description
Provides gesture event data.
<script setup lang="ts"> import { provide } from "vue"; import API_DATA from "./GestureEventDataWithState.data.json"; provide('API_DATA', API_DATA); </script>
interface GestureEventDataWithState extends GestureEventData {
  state: number;
}

Summary

Properties

<template #title>

state