CoupledEntityDropZone
Extends
AbstractEntityDropZone
Constructors
Constructor
new CoupledEntityDropZone(entity): CoupledEntityDropZone;
Parameters
| Parameter | Type |
|---|---|
entity | any |
Returns
CoupledEntityDropZone
Overrides
AbstractEntityDropZone.constructor
Properties
| Property | Type |
|---|---|
coupledActions | CoupledAction<any, any, CoupledActionEvent<any, any>>[] |
definition | EntityDefinition<unknown> |
entity_id | string |
Accessors
actionStore
comboBoxStore2
dialogStore
notificationStore
system
Methods
acceptsMimeType()
acceptsMimeType(inType): boolean;
Parameters
| Parameter | Type |
|---|---|
inType | string |
Returns
boolean
Inherited from
AbstractEntityDropZone.acceptsMimeType
handleDrop()
handleDrop(event): Promise<void>;
Parameters
| Parameter | Type |
|---|---|
event | HandleDropEvent |
Returns
Promise<void>
Inherited from
AbstractEntityDropZone.handleDrop
highlight()
highlight(highlight): void;
Parameters
| Parameter | Type |
|---|---|
highlight | boolean |
Returns
void
Inherited from
AbstractEntityDropZone.highlight
processAction()
processAction(
action,
entitiesEncoded,
position
): Promise<void>;
Parameters
| Parameter | Type |
|---|---|
action | CoupledAction |
entitiesEncoded | EncodedEntity<{ }>[] |
position | MousePosition |
Returns
Promise<void>