Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.91 KB

File metadata and controls

67 lines (44 loc) · 1.91 KB
title ItemsSource
category Interfaces
titleTemplate API - NativeScript
breadcrumbs
name href
API Index
/api/
name href
Interfaces
/api/#summary-Interfaces
name
ItemsSource
layout api
seo
description
ItemsSource
<script setup lang="ts"> import { provide } from "vue"; import API_DATA from "./ItemsSource.data.json"; provide('API_DATA', API_DATA); </script>
interface ItemsSource {
  length: number;
  getItem(index: number): any;
}

Summary

Properties

<template #title>

length

Methods

<template #title>

getItem