Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.26 KB

File metadata and controls

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

Summary

Properties

<template #title>

message

<template #title>

title