https://developer.apple.com/documentation/appkit/nsdraggingimagecomponent
"A single object in a dragging item."
드래깅 아이템에 있는 단일 객체입니다.
class NSDraggingImageComponent : NSObject
NSDraggingImageComponent
인스턴스의 배열은 NSDraggingItem
을 위한 드래깅 이미지 생성을 위해 구성됩니다. NSDraggingImageComponent
인스턴스는 NSDraggingItem
인스턴스에 의해 사용되는 위치를 갖는 네임드 이미지로 간주됩니다.
드래깅 세션 내부에 있는 드래그된 단일 아이템입니다.
https://developer.apple.com/documentation/appkit/nsdraggingitem
https://velog.io/@panther222128/NSDraggingItem
과정 동안 드래그의 수정을 지원하는 드래그 앤 드롭 액션의 캡슐화입니다.
https://developer.apple.com/documentation/appkit/nsdraggingsession
https://velog.io/@panther222128/NSDraggingSession