MCPcopy Index your code
hub / github.com/NativeScript/nativescript-angular / ViewClass

Interface ViewClass

nativescript-angular/element-registry.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { View, LayoutBase, Page, Frame, AbsoluteLayout, ActivityIndicator, BottomNavigation, Button, ContentView, DatePicker, DockLayout, GridLayout, HtmlView, Image, Label, ListPicker, ListView, Placeholder, Progress, ProxyViewContainer, Repeater, ScrollView, SearchBar, SegmentedBar, SegmentedBarItem, Slider, StackLayout, FlexboxLayout, Switch, TabView, TabStrip, TabStripItem, TabContentItem, Tabs, TextField, TextView, TimePicker, WebView, WrapLayout, FormattedString, Span } from '@nativescript/core';
2
3export interface ViewClass {
4 new (): View;
5}
6export interface ViewExtensions {
7 meta: ViewClassMeta;
8 nodeType: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected