Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.23 KB

File metadata and controls

67 lines (44 loc) · 1.23 KB
title ItemsLoading
category Interfaces
titleTemplate API - NativeScript
breadcrumbs
name href
API Index
/api/
name href
Interfaces
/api/#summary-Interfaces
name
ItemsLoading
layout api
seo
description
Event args for "itemsLoading" event.
<script setup lang="ts"> import { provide } from "vue"; import API_DATA from "./ItemsLoading.data.json"; provide('API_DATA', API_DATA); </script>
interface ItemsLoading extends EventData {
  count: number;
  index: number;
}

Summary

Properties

<template #title>

count

<template #title>

index