===================== EClass DropReception ===================== Defines a drop reception interaction. For any dropped item it is determined whether this drop reception is applicable :ePackage: :doc:`interactions <./EPackage_interactions>` :inherits from: :doc:`Interaction <./EClass_interactions_Interaction>` :contained by: :doc:`Editor <./EClass_editor_Editor>` (via :doc:`Interaction <./EClass_interactions_Interaction>`) EAttributes ############# **altPressed** (EBoolean) Defines whether the drop reception is only executed if the alt button is pressed. **className** (EString) Defines the class name of the object's class to which this interaction is applicable. **cmd** (EString) (deprecated) Defines a eoq command, that is executed when an item is dropped. Within the command the aliases DROPTARGET and DROPITEM are available to reference the drop target object and the drop item object. **condQuery** (EString) Defines a condition as an eoq query string that must return a Boolean value **ctrlPressed** (EBoolean) Defines whether the drop reception is only executed if the ctrl button is pressed. **dropItemClassName** (EString) Defines the item's class name that can be dropped. **dropItemNsURI** (EString) Defines the namespace URI of the package that contains the item's class. **isConditional** (EBoolean) Defines whether the drop reception is only executed if the condition evaluates to true. **nsURI** (EString) Defines the namespace URI of the object to which this interaction is applicable. **requiresDropItem** (EBoolean) This attribute is undocumented. **shiftPressed** (EBoolean) Defines whether the drop reception is only executed if the shift button is pressed. EReferences ############# **compoundCmd** (:doc:`CompoundCmd <./EClass_common_CompoundCmd>`) (lowerBound=0, upperBound=1) (containment) Defines a compound eoq command, that is executed when an item is dropped. Within the command the aliases DROPTARGET and DROPITEM are available to reference the drop target object and the drop item object.