getCopyCutAction method

  1. @override
CopyCutAction getCopyCutAction(
  1. String type
)
override

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;
}