We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4169e commit 725f09dCopy full SHA for 725f09d
1 file changed
AndroidSwiftUICore/Sources/AndroidSwiftUICore/Evaluator.swift
@@ -112,6 +112,11 @@ public protocol _ResolutionEffectView {
112
public final class TitleSink {
113
public var title: String?
114
public var detents: [PresentationDetent] = []
115
+ /// A `searchable` declared inside the screen: current text, the string
116
+ /// callback its field pushes to, and an optional placeholder prompt.
117
+ public var searchText: String?
118
+ public var searchCallbackID: Int64?
119
+ public var searchPrompt: String?
120
public init() {}
121
}
122
0 commit comments