Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.25 KB

File metadata and controls

52 lines (36 loc) · 1.25 KB
title FontScaleChangedEventData
category Interfaces
titleTemplate API - NativeScript
breadcrumbs
name href
API Index
/api/
name href
Interfaces
/api/#summary-Interfaces
name
FontScaleChangedEventData
layout api
seo
description
Event data containing information for font scale changed event.
<script setup lang="ts"> import { provide } from "vue"; import API_DATA from "./FontScaleChangedEventData.data.json"; provide('API_DATA', API_DATA); </script>
interface FontScaleChangedEventData extends ApplicationEventData {
  newValue: number;
}

Summary

Properties

<template #title>

newValue