https://developer.apple.com/documentation/uikit/uideferredmenuelement
"A placeholder menu element that the system replaces with the result of the block’s completion handler."
시스템이 블록의 컴플리션 핸들러 결과로 교체할 수 있는 플레이스홀더 메뉴 요소입니다.
@MainActor class UIDeferredMenuElement : UIMenuElement
메뉴, 액션, 명령을 나타내는 객체입니다.
https://developer.apple.com/documentation/uikit/uimenuelement
https://velog.io/@panther222128/UIMenuElement
클로저에서 가지고 있는 액션을 수행하는 메뉴 요소입니다.
https://developer.apple.com/documentation/uikit/uiaction
https://velog.io/@panther222128/UIAction
가지고 있는 액션을 셀렉터에서 수행하는 메뉴 요소입니다.
https://developer.apple.com/documentation/uikit/uicommand
https://velog.io/@panther222128/UICommand
하드웨어 키보드에 대해서 수행되는 키 입력 및 결과 액션을 구체화하는 객체입니다.
https://developer.apple.com/documentation/uikit/uikeycommand
https://velog.io/@panther222128/UIKeyCommand