Skip to main content

CoupledEntityDropZone

Extends

  • AbstractEntityDropZone

Constructors

Constructor

new CoupledEntityDropZone(entity): CoupledEntityDropZone;

Parameters

ParameterType
entityany

Returns

CoupledEntityDropZone

Overrides

AbstractEntityDropZone.constructor

Properties

PropertyType
coupledActionsCoupledAction<any, any, CoupledActionEvent<any, any>>[]
definitionEntityDefinition<unknown>
entity_idstring

Accessors

actionStore


comboBoxStore2


dialogStore


notificationStore


system

Methods

acceptsMimeType()

acceptsMimeType(inType): boolean;

Parameters

ParameterType
inTypestring

Returns

boolean

Inherited from

AbstractEntityDropZone.acceptsMimeType

handleDrop()

handleDrop(event): Promise<void>;

Parameters

ParameterType
eventHandleDropEvent

Returns

Promise<void>

Inherited from

AbstractEntityDropZone.handleDrop

highlight()

highlight(highlight): void;

Parameters

ParameterType
highlightboolean

Returns

void

Inherited from

AbstractEntityDropZone.highlight

processAction()

processAction(
action,
entitiesEncoded,
position
): Promise<void>;

Parameters

ParameterType
actionCoupledAction
entitiesEncodedEncodedEntity<{ }>[]
positionMousePosition

Returns

Promise<void>