getCopyCutAction method
Get the CopyCutAction by the type of the embeddable (this type is decided by the property type of that class)
Implementation
@override
CopyCutAction getCopyCutAction(String type) {
return (data) => Embed.kObjectReplacementCharacter;
}