Skip to content

Latest commit

 

History

History
260 lines (147 loc) · 2.93 KB

File metadata and controls

260 lines (147 loc) · 2.93 KB
title NativeScriptConfig
category Interfaces
titleTemplate API - NativeScript
breadcrumbs
name href
API Index
/api/
name href
Interfaces
/api/#summary-Interfaces
name
NativeScriptConfig
layout api
seo
description
NativeScriptConfig
<script setup lang="ts"> import { provide } from "vue"; import API_DATA from "./NativeScriptConfig.data.json"; provide('API_DATA', API_DATA); </script>
interface NativeScriptConfig {
  android: IConfigAndroid;
  appPath: string;
  appResourcesPath: string;
  cli: IConfigCLI;
  cssParser: "rework" | "nativescript" | "css-tree";
  hooks: IConfigHook[];
  id: string;
  ignoredNativeDependencies: string[];
  ios: IConfigIOS;
  main: string;
  overridePods: string;
  previewAppSchema: string;
  profiling: InstrumentationMode;
  shared: boolean;
  webpackConfigPath: string;
}

Summary

Properties

<template #title>

android

<template #title>

appPath

<template #title>

appResourcesPath

<template #title>

cli

<template #title>

cssParser

<template #title>

hooks

<template #title>

id

<template #title>

ignoredNativeDependencies

<template #title>

ios

<template #title>

main

<template #title>

overridePods

<template #title>

previewAppSchema

<template #title>

profiling

<template #title>

shared

<template #title>

webpackConfigPath