Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.93 KB

File metadata and controls

67 lines (44 loc) · 1.93 KB
title CancelableOptions
category Interfaces
titleTemplate API - NativeScript
breadcrumbs
name href
API Index
/api/
name href
Interfaces
/api/#summary-Interfaces
name
CancelableOptions
layout api
seo
description
Provides options for the dialog.
<script setup lang="ts"> import { provide } from "vue"; import API_DATA from "./CancelableOptions.data.json"; provide('API_DATA', API_DATA); </script>
interface CancelableOptions {
  cancelable: boolean;
  theme: number;
}

Summary

Properties

<template #title>

cancelable

<template #title>

theme