@nativescript/types-swiftui 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/libNodeAPI.dylib +0 -0
- package/dist/libSwiftBridge.node +0 -0
- package/index.js +21 -0
- package/package.json +15 -0
- package/types/IREnums.generated.d.ts +513 -0
- package/types/IRModifiers.generated.d.ts +348 -0
- package/types/IRNodes.generated.d.ts +562 -0
- package/types/IRScenes.generated.d.ts +69 -0
- package/types/IRSwiftUI.d.ts +48 -0
- package/types/SwiftUI.d.ts +58 -0
- package/types/index.d.ts +6 -0
|
@@ -0,0 +1,348 @@
|
|
|
1
|
+
// Auto-generated TypeScript type definitions
|
|
2
|
+
// This file is generated by SwiftBindGen - do not edit manually
|
|
3
|
+
|
|
4
|
+
import { IRNode, IRNodeChild, IRColorParams, FontStyle } from './IRSwiftUI';
|
|
5
|
+
import { Binding } from './SwiftUI';
|
|
6
|
+
import * as Enums from './IREnums.generated';
|
|
7
|
+
// Extend IRNode interface with generated modifier methods
|
|
8
|
+
export declare class IRNodeModifiers {
|
|
9
|
+
accentColor(accentColor?: IRColorParams | string | undefined): this;
|
|
10
|
+
accessibility(label: string | IRNode): this;
|
|
11
|
+
accessibility(opts?: { activationPoint?: Enums.UnitPoint; addTraits?: Enums.AccessibilityTraits; hidden?: boolean; hint?: string | IRNode; identifier?: string; label?: string | IRNode; removeTraits?: Enums.AccessibilityTraits; sortPriority?: number; value?: string | IRNode }): this;
|
|
12
|
+
accessibilityAction(opts?: { actionKind?: Enums.AccessibilityActionKind; handler: () => void; named?: string | IRNode }): this;
|
|
13
|
+
accessibilityActivationPoint(opts?: { activationPoint: Enums.UnitPoint; isEnabled?: boolean }): this;
|
|
14
|
+
accessibilityAddTraits(traits: Enums.AccessibilityTraits): this;
|
|
15
|
+
accessibilityDirectTouch(opts?: { isDirectTouchArea?: boolean; options?: Enums.AccessibilityDirectTouchOptions }): this;
|
|
16
|
+
accessibilityDragPoint(opts?: { description: string | IRNode; isEnabled?: boolean; point: Enums.UnitPoint }): this;
|
|
17
|
+
accessibilityDropPoint(opts?: { description: string | IRNode; isEnabled?: boolean; point: Enums.UnitPoint }): this;
|
|
18
|
+
accessibilityElement(children?: Enums.AccessibilityChildBehavior): this;
|
|
19
|
+
accessibilityHeading(level: Enums.AccessibilityHeadingLevel): this;
|
|
20
|
+
accessibilityHidden(opts?: { hidden: boolean; isEnabled?: boolean }): this;
|
|
21
|
+
accessibilityHint(hint: string | IRNode): this;
|
|
22
|
+
accessibilityHint(opts?: { hint?: string | IRNode; hintKey?: string; isEnabled?: boolean }): this;
|
|
23
|
+
accessibilityIdentifier(identifier: string): this;
|
|
24
|
+
accessibilityIdentifier(opts?: { identifier: string; isEnabled?: boolean }): this;
|
|
25
|
+
accessibilityIgnoresInvertColors(active?: boolean): this;
|
|
26
|
+
accessibilityLabel(label: string | IRNode): this;
|
|
27
|
+
accessibilityLabel(opts?: { isEnabled?: boolean; label?: string | IRNode; labelKey?: string }): this;
|
|
28
|
+
accessibilityRemoveTraits(traits: Enums.AccessibilityTraits): this;
|
|
29
|
+
accessibilityRespondsToUserInteraction(opts?: { isEnabled?: boolean; respondsToUserInteraction?: boolean }): this;
|
|
30
|
+
accessibilityScrollStatus(opts?: { isEnabled?: boolean; status?: string | IRNode; statusKey?: string }): this;
|
|
31
|
+
accessibilityShowsLargeContentViewer(): this;
|
|
32
|
+
accessibilitySortPriority(sortPriority: number): this;
|
|
33
|
+
accessibilityTextContentType(value: Enums.AccessibilityTextContentType): this;
|
|
34
|
+
accessibilityValue(value: string): this;
|
|
35
|
+
accessibilityValue(opts?: { isEnabled?: boolean; value?: string; valueDescription?: string | IRNode; valueKey?: string; valueResource?: string }): this;
|
|
36
|
+
allowedDynamicRange(range?: Enums.Image_DynamicRange | undefined): this;
|
|
37
|
+
allowsHitTesting(enabled: boolean): this;
|
|
38
|
+
allowsTightening(flag: boolean): this;
|
|
39
|
+
allowsWindowActivationEvents(value?: boolean | undefined): this;
|
|
40
|
+
alternatingRowBackgrounds(behavior?: Enums.AlternatingRowBackgroundBehavior): this;
|
|
41
|
+
animation(value: string): this;
|
|
42
|
+
animation(opts?: { animation?: Enums.Animation | undefined; value?: string }): this;
|
|
43
|
+
aspectRatio(opts?: { aspectRatio?: number | undefined; contentMode: Enums.ContentMode }): this;
|
|
44
|
+
assistiveAccessNavigationIcon(opts?: { icon?: IRNode; systemImage?: string }): this;
|
|
45
|
+
autocorrectionDisabled(disable?: boolean): this;
|
|
46
|
+
background(style: IRColorParams | string): this;
|
|
47
|
+
background(opts?: { alignment?: Enums.Alignment; background?: IRNodeChild | IRNodeChild[]; ignoresSafeAreaEdges?: Enums.Edge_Set; style?: IRColorParams | string }): this;
|
|
48
|
+
backgroundExtensionEffect(isEnabled?: boolean): this;
|
|
49
|
+
backgroundStyle(style: IRColorParams | string): this;
|
|
50
|
+
badge(label: string | IRNode | undefined): this;
|
|
51
|
+
badge(opts?: { count?: number; key?: string | undefined; label?: string | IRNode | undefined; resource?: string | undefined }): this;
|
|
52
|
+
badgeProminence(prominence: Enums.BadgeProminence): this;
|
|
53
|
+
baselineOffset(baselineOffset: number): this;
|
|
54
|
+
blendMode(blendMode: Enums.BlendMode): this;
|
|
55
|
+
blur(radius: number): this;
|
|
56
|
+
blur(opts?: { opaque?: boolean; radius: number }): this;
|
|
57
|
+
bold(isActive?: boolean): this;
|
|
58
|
+
border(width: number): this;
|
|
59
|
+
border(opts?: { content: IRColorParams | string; width?: number }): this;
|
|
60
|
+
brightness(amount: number): this;
|
|
61
|
+
buttonRepeatBehavior(behavior: Enums.ButtonRepeatBehavior): this;
|
|
62
|
+
buttonSizing(sizing: Enums.ButtonSizing): this;
|
|
63
|
+
buttonStyle(style: Enums.PrimitiveButtonStyle): this;
|
|
64
|
+
clipped(antialiased?: boolean): this;
|
|
65
|
+
colorInvert(): this;
|
|
66
|
+
colorMultiply(color: IRColorParams | string): this;
|
|
67
|
+
colorScheme(colorScheme: Enums.ColorScheme): this;
|
|
68
|
+
compositingGroup(): this;
|
|
69
|
+
containerBackground(style: IRColorParams | string): this;
|
|
70
|
+
containerBackground(opts?: { for: Enums.ContainerBackgroundPlacement; style: IRColorParams | string }): this;
|
|
71
|
+
containerCornerOffset(opts?: { edges: Enums.Edge_Set; sizeToFit?: boolean }): this;
|
|
72
|
+
containerRelativeFrame(alignment: Enums.Alignment): this;
|
|
73
|
+
containerRelativeFrame(opts?: { alignment?: Enums.Alignment; axes: Enums.Axis_Set; count?: number; spacing?: number; span?: number }): this;
|
|
74
|
+
contentCaptureProtected(isActive?: boolean): this;
|
|
75
|
+
contentMargins(length: number | undefined): this;
|
|
76
|
+
contentMargins(opts?: { edges?: Enums.Edge_Set; for?: Enums.ContentMarginPlacement; insets?: number | { top?: number; leading?: number; bottom?: number; trailing?: number }; length?: number | undefined }): this;
|
|
77
|
+
contentTransition(transition: Enums.ContentTransition): this;
|
|
78
|
+
contextMenu(contextMenu?: IRNodeChild | IRNodeChild[] | undefined): this;
|
|
79
|
+
contrast(amount: number): this;
|
|
80
|
+
controlGroupStyle(style: Enums.ControlGroupStyle): this;
|
|
81
|
+
controlSize(controlSize: Enums.ControlSize): this;
|
|
82
|
+
coordinateSpace(name: string): this;
|
|
83
|
+
cornerRadius(radius: number): this;
|
|
84
|
+
cornerRadius(opts?: { antialiased?: boolean; radius: number }): this;
|
|
85
|
+
datePickerStyle(style: Enums.DatePickerStyle): this;
|
|
86
|
+
defaultAdaptableTabBarPlacement(defaultPlacement?: Enums.AdaptableTabBarPlacement): this;
|
|
87
|
+
defaultHoverEffect(effect?: Enums.HoverEffect | undefined): this;
|
|
88
|
+
defaultScrollAnchor(opts?: { anchor?: Enums.UnitPoint | undefined; for?: Enums.ScrollAnchorRole }): this;
|
|
89
|
+
defersSystemGestures(edges: Enums.Edge_Set): this;
|
|
90
|
+
deleteDisabled(isDisabled: boolean): this;
|
|
91
|
+
dialogIcon(icon?: IRNode | undefined): this;
|
|
92
|
+
dialogPreventsAppTermination(prevents?: boolean | undefined): this;
|
|
93
|
+
dialogSeverity(severity: Enums.DialogSeverity): this;
|
|
94
|
+
dialogSuppressionToggle(title: string): this;
|
|
95
|
+
dialogSuppressionToggle(opts?: { isSuppressed: Binding<boolean>; label?: string | IRNode; title?: string; titleKey?: string; titleResource?: string }): this;
|
|
96
|
+
digitalCrownAccessory(visibility: Enums.Visibility): this;
|
|
97
|
+
disableAutocorrection(disable?: boolean | undefined): this;
|
|
98
|
+
disabled(disabled: boolean): this;
|
|
99
|
+
dragPreviewsFormation(formation: Enums.DragDropPreviewsFormation): this;
|
|
100
|
+
drawingGroup(opts?: { colorMode?: Enums.ColorRenderingMode; opaque?: boolean }): this;
|
|
101
|
+
dropPreviewsFormation(formation: Enums.DragDropPreviewsFormation): this;
|
|
102
|
+
dynamicTypeSize(size: Enums.DynamicTypeSize): this;
|
|
103
|
+
edgesIgnoringSafeArea(edges: Enums.Edge_Set): this;
|
|
104
|
+
equatable(): this;
|
|
105
|
+
fileDialogBrowserOptions(options: Enums.FileDialogBrowserOptions): this;
|
|
106
|
+
fileDialogConfirmationLabel(label: string): this;
|
|
107
|
+
fileDialogConfirmationLabel(opts?: { label?: string; labelKey?: string }): this;
|
|
108
|
+
fileDialogCustomizationID(id: string): this;
|
|
109
|
+
fileDialogDefaultDirectory(defaultDirectory?: string | undefined): this;
|
|
110
|
+
fileDialogImportsUnresolvedAliases(imports: boolean): this;
|
|
111
|
+
fileDialogMessage(opts?: { message?: string | IRNode | undefined; messageKey?: string; messageResource?: string }): this;
|
|
112
|
+
fileExporterFilenameLabel(label: string | IRNode | undefined): this;
|
|
113
|
+
fileExporterFilenameLabel(opts?: { label?: string | IRNode | undefined; labelKey?: string }): this;
|
|
114
|
+
findDisabled(isDisabled?: boolean): this;
|
|
115
|
+
findNavigator(isPresented: Binding<boolean>): this;
|
|
116
|
+
fixedSize(opts?: { horizontal?: boolean; vertical?: boolean }): this;
|
|
117
|
+
flipsForRightToLeftLayoutDirection(enabled: boolean): this;
|
|
118
|
+
focusEffectDisabled(disabled?: boolean): this;
|
|
119
|
+
focusSection(): this;
|
|
120
|
+
focusable(opts?: { interactions?: Enums.FocusInteractions; isFocusable?: boolean; onFocusChange?: (p0: boolean) => void }): this;
|
|
121
|
+
font(font?: Enums.Font | undefined): this;
|
|
122
|
+
fontDesign(design?: Enums.Font_Design | undefined): this;
|
|
123
|
+
fontWeight(weight?: Enums.Font_Weight | undefined): this;
|
|
124
|
+
fontWidth(width?: Enums.Font_Width | undefined): this;
|
|
125
|
+
foregroundColor(color?: IRColorParams | string | undefined): this;
|
|
126
|
+
foregroundStyle(style: IRColorParams | string): this;
|
|
127
|
+
foregroundStyle(opts?: { primary?: IRColorParams | string; secondary?: IRColorParams | string; style?: IRColorParams | string; tertiary?: IRColorParams | string }): this;
|
|
128
|
+
formStyle(style: Enums.FormStyle): this;
|
|
129
|
+
frame(width: number | undefined): this;
|
|
130
|
+
frame(opts?: { alignment?: Enums.Alignment; height?: number | undefined; idealHeight?: number | undefined; idealWidth?: number | undefined; maxHeight?: number | undefined; maxWidth?: number | undefined; minHeight?: number | undefined; minWidth?: number | undefined; width?: number | undefined }): this;
|
|
131
|
+
gaugeStyle(style: Enums.GaugeStyle): this;
|
|
132
|
+
geometryGroup(): this;
|
|
133
|
+
glassEffectTransition(transition: Enums.GlassEffectTransition): this;
|
|
134
|
+
grayscale(amount: number): this;
|
|
135
|
+
gridCellAnchor(anchor: Enums.UnitPoint): this;
|
|
136
|
+
gridCellColumns(count: number): this;
|
|
137
|
+
gridCellUnsizedAxes(axes: Enums.Axis_Set): this;
|
|
138
|
+
gridColumnAlignment(guide: Enums.HorizontalAlignment): this;
|
|
139
|
+
help(text: string | IRNode): this;
|
|
140
|
+
help(opts?: { text?: string | IRNode; textKey?: string }): this;
|
|
141
|
+
hidden(): this;
|
|
142
|
+
hoverEffect(opts?: { effect?: Enums.CustomHoverEffect; isEnabled?: boolean }): this;
|
|
143
|
+
hoverEffectDisabled(disabled?: boolean): this;
|
|
144
|
+
hoverEffectGroup(): this;
|
|
145
|
+
hueRotation(angle: number | { degrees: number } | { radians: number }): this;
|
|
146
|
+
id(id: string): this;
|
|
147
|
+
ignoresSafeArea(opts?: { edges?: Enums.Edge_Set; regions?: Enums.SafeAreaRegions }): this;
|
|
148
|
+
imageScale(scale: Enums.Image_Scale): this;
|
|
149
|
+
inspectorColumnWidth(width: number): this;
|
|
150
|
+
inspectorColumnWidth(opts?: { ideal?: number; max?: number | undefined; min?: number | undefined; width?: number }): this;
|
|
151
|
+
interactionActivityTrackingTag(tag: string): this;
|
|
152
|
+
interactiveDismissDisabled(isDisabled?: boolean): this;
|
|
153
|
+
invalidatableContent(invalidatable?: boolean): this;
|
|
154
|
+
italic(isActive?: boolean): this;
|
|
155
|
+
kerning(kerning: number): this;
|
|
156
|
+
keyboardShortcut(opts?: { key?: Enums.KeyEquivalent; localization?: Enums.KeyboardShortcut_Localization; modifiers?: Enums.EventModifiers; shortcut?: Enums.KeyboardShortcut }): this;
|
|
157
|
+
labelIconToTitleSpacing(value: number): this;
|
|
158
|
+
labelReservedIconWidth(value: number): this;
|
|
159
|
+
labelStyle(style: Enums.LabelStyle): this;
|
|
160
|
+
labelsHidden(): this;
|
|
161
|
+
labelsVisibility(visibility: Enums.Visibility): this;
|
|
162
|
+
layoutDirectionBehavior(behavior: Enums.LayoutDirectionBehavior): this;
|
|
163
|
+
layoutPriority(value: number): this;
|
|
164
|
+
lineLimit(opts?: { limit?: { lowerBound: number; upperBound: number }; number?: number | undefined; reservesSpace?: boolean }): this;
|
|
165
|
+
lineSpacing(lineSpacing: number): this;
|
|
166
|
+
listItemTint(tint?: IRColorParams | string | undefined): this;
|
|
167
|
+
listRowBackground(view?: IRNodeChild | IRNodeChild[] | undefined): this;
|
|
168
|
+
listRowHoverEffect(effect?: Enums.HoverEffect | undefined): this;
|
|
169
|
+
listRowHoverEffectDisabled(disabled?: boolean): this;
|
|
170
|
+
listRowInsets(length: number | undefined): this;
|
|
171
|
+
listRowInsets(opts?: { edges?: Enums.Edge_Set; insets?: number | { top?: number; leading?: number; bottom?: number; trailing?: number } | undefined; length?: number | undefined }): this;
|
|
172
|
+
listRowPlatterColor(color?: IRColorParams | string | undefined): this;
|
|
173
|
+
listRowSeparator(opts?: { edges?: Enums.VerticalEdge_Set; visibility: Enums.Visibility }): this;
|
|
174
|
+
listRowSeparatorTint(color: IRColorParams | string | undefined): this;
|
|
175
|
+
listRowSeparatorTint(opts?: { color?: IRColorParams | string | undefined; edges?: Enums.VerticalEdge_Set }): this;
|
|
176
|
+
listRowSpacing(spacing?: number | undefined): this;
|
|
177
|
+
listSectionIndexVisibility(visibility: Enums.Visibility): this;
|
|
178
|
+
listSectionMargins(length: number | undefined): this;
|
|
179
|
+
listSectionMargins(opts?: { edges?: Enums.Edge_Set; length?: number | undefined }): this;
|
|
180
|
+
listSectionSeparator(opts?: { edges?: Enums.VerticalEdge_Set; visibility: Enums.Visibility }): this;
|
|
181
|
+
listSectionSeparatorTint(color: IRColorParams | string | undefined): this;
|
|
182
|
+
listSectionSeparatorTint(opts?: { color?: IRColorParams | string | undefined; edges?: Enums.VerticalEdge_Set }): this;
|
|
183
|
+
listSectionSpacing(spacing: Enums.ListSectionSpacing): this;
|
|
184
|
+
listStyle(style: Enums.ListStyle): this;
|
|
185
|
+
luminanceToAlpha(): this;
|
|
186
|
+
materialActiveAppearance(appearance: Enums.MaterialActiveAppearance): this;
|
|
187
|
+
menuActionDismissBehavior(behavior: Enums.MenuActionDismissBehavior): this;
|
|
188
|
+
menuIndicator(visibility: Enums.Visibility): this;
|
|
189
|
+
menuOrder(order: Enums.MenuOrder): this;
|
|
190
|
+
menuStyle(style: Enums.MenuStyle): this;
|
|
191
|
+
minimumScaleFactor(factor: number): this;
|
|
192
|
+
monospaced(isActive?: boolean): this;
|
|
193
|
+
monospacedDigit(): this;
|
|
194
|
+
moveDisabled(isDisabled: boolean): this;
|
|
195
|
+
multilineTextAlignment(alignment: Enums.TextAlignment): this;
|
|
196
|
+
multilineTextAlignment(opts?: { alignment?: Enums.TextAlignment; strategy?: Enums.Text_AlignmentStrategy }): this;
|
|
197
|
+
navigationBarBackButtonHidden(hidesBackButton?: boolean): this;
|
|
198
|
+
navigationBarHidden(hidden: boolean): this;
|
|
199
|
+
navigationBarItems(opts?: { leading?: IRNodeChild | IRNodeChild[]; trailing?: IRNodeChild | IRNodeChild[] }): this;
|
|
200
|
+
navigationBarTitle(title: string | IRNode): this;
|
|
201
|
+
navigationBarTitle(opts?: { title?: string | IRNode; titleKey?: string }): this;
|
|
202
|
+
navigationDocument(url: string): this;
|
|
203
|
+
navigationLinkIndicatorVisibility(visibility: Enums.Visibility): this;
|
|
204
|
+
navigationSplitViewColumnWidth(width: number): this;
|
|
205
|
+
navigationSplitViewColumnWidth(opts?: { ideal?: number; max?: number | undefined; min?: number | undefined; width?: number }): this;
|
|
206
|
+
navigationSplitViewStyle(style: Enums.NavigationSplitViewStyle): this;
|
|
207
|
+
navigationSubtitle(subtitle: string | IRNode): this;
|
|
208
|
+
navigationSubtitle(opts?: { subtitle?: string | IRNode; subtitleKey?: string }): this;
|
|
209
|
+
navigationTitle(title: string | IRNode): this;
|
|
210
|
+
navigationTitle(opts?: { title?: string | IRNode; titleKey?: string; titleResource?: string }): this;
|
|
211
|
+
navigationViewStyle(style: Enums.NavigationViewStyle): this;
|
|
212
|
+
offset(x: number, y: number): this;
|
|
213
|
+
offset(opts?: { x?: number; y?: number }): this;
|
|
214
|
+
onAppear(action?: () => void | undefined): this;
|
|
215
|
+
onChange(opts?: { action?: (p0: string, p1: string) => void; initial?: boolean; of: string; perform?: (p0: string) => void }): this;
|
|
216
|
+
onDisappear(action?: () => void | undefined): this;
|
|
217
|
+
onHover(action: (p0: boolean) => void): this;
|
|
218
|
+
onInteractiveResizeChange(action: (p0: boolean) => void): this;
|
|
219
|
+
onLongPressGesture(opts?: { maximumDistance?: number; minimumDuration?: number; perform: () => void; pressing?: (p0: boolean) => void | undefined }): this;
|
|
220
|
+
onLongTouchGesture(opts?: { minimumDuration?: number; onTouchingChanged?: (p0: boolean) => void | undefined; perform: () => void }): this;
|
|
221
|
+
onOpenURL(prefersInApp: boolean): this;
|
|
222
|
+
onScrollVisibilityChange(opts?: { action: (p0: boolean) => void; threshold?: number }): this;
|
|
223
|
+
onSubmit(opts?: { action: () => void; of?: Enums.SubmitTriggers }): this;
|
|
224
|
+
onTapGesture(opts?: { count?: number; perform: () => void }): this;
|
|
225
|
+
onWorldRecenter(action: () => void): this;
|
|
226
|
+
opacity(opacity: number): this;
|
|
227
|
+
padding(length: number | undefined): this;
|
|
228
|
+
padding(opts?: { edges?: Enums.Edge_Set; insets?: number | { top?: number; leading?: number; bottom?: number; trailing?: number }; length?: number | undefined }): this;
|
|
229
|
+
pageCommand(opts?: { in: { lowerBound: number; upperBound: number }; step?: number; value: Binding<number> }): this;
|
|
230
|
+
paletteSelectionEffect(effect: Enums.PaletteSelectionEffect): this;
|
|
231
|
+
persistentSystemOverlays(visibility: Enums.Visibility): this;
|
|
232
|
+
pickerStyle(style: Enums.PickerStyle): this;
|
|
233
|
+
pointerVisibility(visibility: Enums.Visibility): this;
|
|
234
|
+
position(x: number, y: number): this;
|
|
235
|
+
position(opts?: { x?: number; y?: number }): this;
|
|
236
|
+
preferredColorScheme(colorScheme?: Enums.ColorScheme | undefined): this;
|
|
237
|
+
presentationBackground(style: IRColorParams | string): this;
|
|
238
|
+
presentationBackgroundInteraction(interaction: Enums.PresentationBackgroundInteraction): this;
|
|
239
|
+
presentationCompactAdaptation(opts?: { adaptation?: Enums.PresentationAdaptation; horizontal?: Enums.PresentationAdaptation; vertical?: Enums.PresentationAdaptation }): this;
|
|
240
|
+
presentationContentInteraction(behavior: Enums.PresentationContentInteraction): this;
|
|
241
|
+
presentationCornerRadius(cornerRadius?: number | undefined): this;
|
|
242
|
+
presentationDragIndicator(visibility: Enums.Visibility): this;
|
|
243
|
+
presentationPreventsAppTermination(prevents?: boolean | undefined): this;
|
|
244
|
+
presentationSizing(sizing: Enums.PresentationSizing): this;
|
|
245
|
+
presentedWindowStyle(style: Enums.WindowStyle): this;
|
|
246
|
+
presentedWindowToolbarStyle(style: Enums.WindowToolbarStyle): this;
|
|
247
|
+
previewDisplayName(value?: string | undefined): this;
|
|
248
|
+
previewInterfaceOrientation(value: Enums.InterfaceOrientation): this;
|
|
249
|
+
privacySensitive(sensitive?: boolean): this;
|
|
250
|
+
progressViewStyle(style: Enums.ProgressViewStyle): this;
|
|
251
|
+
redacted(reason: Enums.RedactionReasons): this;
|
|
252
|
+
refreshable(action: () => void): this;
|
|
253
|
+
renameAction(action: () => void): this;
|
|
254
|
+
replaceDisabled(isDisabled?: boolean): this;
|
|
255
|
+
rotationEffect(opts?: { anchor?: Enums.UnitPoint; angle: number | { degrees: number } | { radians: number } }): this;
|
|
256
|
+
safeAreaPadding(length: number | undefined): this;
|
|
257
|
+
safeAreaPadding(opts?: { edges?: Enums.Edge_Set; insets?: number | { top?: number; leading?: number; bottom?: number; trailing?: number }; length?: number | undefined }): this;
|
|
258
|
+
saturation(amount: number): this;
|
|
259
|
+
scaleEffect(opts?: { anchor?: Enums.UnitPoint; s?: number; x?: number; y?: number }): this;
|
|
260
|
+
scaledToFill(): this;
|
|
261
|
+
scaledToFit(): this;
|
|
262
|
+
scenePadding(opts?: { edges?: Enums.Edge_Set; padding?: Enums.ScenePadding }): this;
|
|
263
|
+
scrollBounceBehavior(opts?: { axes?: Enums.Axis_Set; behavior: Enums.ScrollBounceBehavior }): this;
|
|
264
|
+
scrollClipDisabled(disabled?: boolean): this;
|
|
265
|
+
scrollContentBackground(visibility: Enums.Visibility): this;
|
|
266
|
+
scrollDisabled(disabled: boolean): this;
|
|
267
|
+
scrollDismissesKeyboard(mode: Enums.ScrollDismissesKeyboardMode): this;
|
|
268
|
+
scrollEdgeEffectHidden(opts?: { for?: Enums.Edge_Set; hidden?: boolean }): this;
|
|
269
|
+
scrollEdgeEffectStyle(style: Enums.ScrollEdgeEffectStyle | undefined): this;
|
|
270
|
+
scrollEdgeEffectStyle(opts?: { for: Enums.Edge_Set; style?: Enums.ScrollEdgeEffectStyle | undefined }): this;
|
|
271
|
+
scrollIndicators(opts?: { axes?: Enums.Axis_Set; visibility: Enums.ScrollIndicatorVisibility }): this;
|
|
272
|
+
scrollIndicatorsFlash(onAppear: boolean): this;
|
|
273
|
+
scrollInputBehavior(opts?: { behavior: Enums.ScrollInputBehavior; for: Enums.ScrollInputKind }): this;
|
|
274
|
+
scrollTargetBehavior(behavior: Enums.ScrollTargetBehavior): this;
|
|
275
|
+
scrollTargetLayout(isEnabled?: boolean): this;
|
|
276
|
+
searchCompletion(completion: string): this;
|
|
277
|
+
searchDictationBehavior(dictationBehavior: Enums.TextInputDictationBehavior): this;
|
|
278
|
+
searchPresentationToolbarBehavior(behavior: Enums.SearchPresentationToolbarBehavior): this;
|
|
279
|
+
searchSuggestions(opts?: { for: Enums.SearchSuggestionsPlacement_Set; visibility: Enums.Visibility }): this;
|
|
280
|
+
searchToolbarBehavior(behavior: Enums.SearchToolbarBehavior): this;
|
|
281
|
+
searchable(opts?: { isPresented?: Binding<boolean>; placement?: Enums.SearchFieldPlacement; prompt?: string | IRNode | undefined; text: Binding<string> }): this;
|
|
282
|
+
sectionIndexLabel(label?: string | IRNode | undefined): this;
|
|
283
|
+
selectionDisabled(isDisabled?: boolean): this;
|
|
284
|
+
sensoryFeedback(opts?: { condition?: (p0: string, p1: string) => boolean; feedback: Enums.SensoryFeedback; trigger: string }): this;
|
|
285
|
+
shadow(color: IRColorParams | string): this;
|
|
286
|
+
shadow(opts?: { color?: IRColorParams | string; radius: number; x?: number; y?: number }): this;
|
|
287
|
+
sliderThumbVisibility(visibility: Enums.Visibility): this;
|
|
288
|
+
speechAdjustedPitch(value: number): this;
|
|
289
|
+
speechAlwaysIncludesPunctuation(value?: boolean): this;
|
|
290
|
+
speechAnnouncementsQueued(value?: boolean): this;
|
|
291
|
+
speechSpellsOutCharacters(value?: boolean): this;
|
|
292
|
+
springLoadingBehavior(behavior: Enums.SpringLoadingBehavior): this;
|
|
293
|
+
staticAllowsWindowActivationEvents(): this;
|
|
294
|
+
statusBar(hidden: boolean): this;
|
|
295
|
+
statusBarHidden(hidden?: boolean): this;
|
|
296
|
+
submitLabel(submitLabel: Enums.SubmitLabel): this;
|
|
297
|
+
submitScope(isBlocking?: boolean): this;
|
|
298
|
+
supportedVolumeViewpoints(viewpoints: Enums.SquareAzimuth_Set): this;
|
|
299
|
+
symbolColorRenderingMode(mode?: Enums.SymbolColorRenderingMode | undefined): this;
|
|
300
|
+
symbolEffectsRemoved(isEnabled?: boolean): this;
|
|
301
|
+
symbolRenderingMode(mode?: Enums.SymbolRenderingMode | undefined): this;
|
|
302
|
+
symbolVariableValueMode(mode?: Enums.SymbolVariableValueMode | undefined): this;
|
|
303
|
+
symbolVariant(variant: Enums.SymbolVariants): this;
|
|
304
|
+
tabBarMinimizeBehavior(behavior: Enums.TabBarMinimizeBehavior): this;
|
|
305
|
+
tabViewSearchActivation(activation: Enums.TabSearchActivation): this;
|
|
306
|
+
tabViewStyle(style: Enums.TabViewStyle): this;
|
|
307
|
+
tableColumnHeaders(visibility: Enums.Visibility): this;
|
|
308
|
+
tableStyle(style: Enums.TableStyle): this;
|
|
309
|
+
tag(opts?: { includeOptional?: boolean; tag: string }): this;
|
|
310
|
+
textCase(textCase?: Enums.Text_Case | undefined): this;
|
|
311
|
+
textEditorStyle(style: Enums.TextEditorStyle): this;
|
|
312
|
+
textFieldStyle(style: Enums.TextFieldStyle): this;
|
|
313
|
+
textInputAutocapitalization(autocapitalization?: Enums.TextInputAutocapitalization | undefined): this;
|
|
314
|
+
textInputCompletion(completion: string): this;
|
|
315
|
+
textInputFormattingControlVisibility(opts?: { for: Enums.TextInputFormattingControlPlacement_Set; visibility: Enums.Visibility }): this;
|
|
316
|
+
textScale(scale: Enums.Text_Scale): this;
|
|
317
|
+
textScale(opts?: { isEnabled?: boolean; scale: Enums.Text_Scale }): this;
|
|
318
|
+
textSelectionAffinity(affinity: Enums.TextSelectionAffinity): this;
|
|
319
|
+
tint(tint?: IRColorParams | string | undefined): this;
|
|
320
|
+
toggleStyle(style: Enums.ToggleStyle): this;
|
|
321
|
+
toolbar(opts?: { for?: Enums.ToolbarPlacement; removing?: Enums.ToolbarDefaultItemKind | undefined; visibility?: Enums.Visibility }): this;
|
|
322
|
+
toolbarBackground(style: IRColorParams | string): this;
|
|
323
|
+
toolbarBackground(opts?: { for: Enums.ToolbarPlacement; style?: IRColorParams | string; visibility?: Enums.Visibility }): this;
|
|
324
|
+
toolbarBackgroundVisibility(opts?: { for: Enums.ToolbarPlacement; visibility: Enums.Visibility }): this;
|
|
325
|
+
toolbarColorScheme(opts?: { colorScheme?: Enums.ColorScheme | undefined; for: Enums.ToolbarPlacement }): this;
|
|
326
|
+
toolbarForegroundStyle(style: IRColorParams | string): this;
|
|
327
|
+
toolbarForegroundStyle(opts?: { for: Enums.ToolbarPlacement; style: IRColorParams | string }): this;
|
|
328
|
+
toolbarItemHidden(hidden?: boolean): this;
|
|
329
|
+
toolbarRole(role: Enums.ToolbarRole): this;
|
|
330
|
+
toolbarTitleDisplayMode(mode: Enums.ToolbarTitleDisplayMode): this;
|
|
331
|
+
toolbarVisibility(opts?: { for: Enums.ToolbarPlacement; visibility: Enums.Visibility }): this;
|
|
332
|
+
tracking(tracking: number): this;
|
|
333
|
+
transition(t: Enums.AnyTransition): this;
|
|
334
|
+
truncationMode(mode: Enums.Text_TruncationMode): this;
|
|
335
|
+
typeSelectEquivalent(text: string | IRNode | undefined): this;
|
|
336
|
+
typeSelectEquivalent(opts?: { string?: string; stringKey?: string; stringResource?: string; text?: string | IRNode | undefined }): this;
|
|
337
|
+
unredacted(): this;
|
|
338
|
+
windowDismissBehavior(behavior: Enums.WindowInteractionBehavior): this;
|
|
339
|
+
windowFullScreenBehavior(behavior: Enums.WindowInteractionBehavior): this;
|
|
340
|
+
windowMinimizeBehavior(behavior: Enums.WindowInteractionBehavior): this;
|
|
341
|
+
windowResizeAnchor(anchor?: Enums.UnitPoint | undefined): this;
|
|
342
|
+
windowResizeBehavior(behavior: Enums.WindowInteractionBehavior): this;
|
|
343
|
+
windowToolbarFullScreenVisibility(visibility: Enums.WindowToolbarFullScreenVisibility): this;
|
|
344
|
+
writingDirection(strategy: Enums.Text_WritingDirectionStrategy): this;
|
|
345
|
+
writingToolsAffordanceVisibility(visibility: Enums.Visibility): this;
|
|
346
|
+
writingToolsBehavior(behavior: Enums.WritingToolsBehavior): this;
|
|
347
|
+
zIndex(value: number): this;
|
|
348
|
+
}
|