Returns the type of transfer actions supported by the source;
any bitwise-OR combination of COPY, MOVE
and LINK.
Some models are not mutable, so a transfer operation of MOVE
should not be advertised in that case. Returning NONE
disables transfers from the component.
c | the component holding the data to be transferred;
provided to enable sharing of TransferHandlers |
COPY if the transfer property can be found,
otherwise returns NONE
Diagram: TransferHandler