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 ac1acd4 commit 2c67bc3Copy full SHA for 2c67bc3
Sources/ScreenData/Views/SomeButton.swift
@@ -21,6 +21,7 @@ public struct SomeButton: Codable, Hashable {
21
) {
22
self.id = id
23
self.title = title
24
+ self.actionID = actionID
25
self.destination = destination
26
self.style = style
27
}
0 commit comments