Skip to content

Latest commit

 

History

History
110 lines (67 loc) · 1.38 KB

File metadata and controls

110 lines (67 loc) · 1.38 KB
title LoadOptions
category Interfaces
titleTemplate API - NativeScript
breadcrumbs
name href
API Index
/api/
name href
Interfaces
/api/#summary-Interfaces
name
LoadOptions
layout api
seo
description
LoadOptions
<script setup lang="ts"> import { provide } from "vue"; import API_DATA from "./LoadOptions.data.json"; provide('API_DATA', API_DATA); </script>
interface LoadOptions {
  attributes: any;
  exports: any;
  name: string;
  page: Page;
  path: string;
}

Summary

Properties

<template #title>

attributes

<template #title>

exports

<template #title>

name

<template #title>

page

<template #title>

path