I see now that it is the same signature as init. Here is an example.
let deferredMenuElement = UIDeferredMenuElement.uncached { completion in
let action = UIAction(title: "Title", handler: { _ in })
completion([action])
}
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: