DropLocation
@types IPublicModelDropLocation
> @since v1.1.0
Overview
Drag-and-drop placement location model
Properties
target
Drop target node
@type {IPublicModelNode | null}
Related types: IPublicModelNode
detail
Drop location details
@type {IPublicTypeLocationDetail}
Related types: IPublicTypeLocationDetail
event
Event associated with the drop location
@type {IPublicTypeLocationDetail}
Related types: IPublicModelLocateEvent
Methods
clone
Get a clone of the current object
/**
* Get a clone of the current object
* get a clone object of current dropLocation
*/
clone(event: IPublicModelLocateEvent): IPublicModelDropLocation;
Related types: IPublicModelLocateEvent