ActionPopupButton
struct ActionPopupButton : View
Undocumented
-
Undocumented
Declaration
Swift
@EnvironmentObject var context: MemriContext { get }
-
Undocumented
Declaration
Swift
var action: Action
-
Undocumented
Declaration
Swift
var item: Item?
-
Undocumented
Declaration
Swift
@State var isShowing: Bool { get nonmutating set }
-
Declaration
Swift
var body: some View { get }