onClipboardStore property
Called when the application requests copying text through OSC 52.
selector is usually c for clipboard or p/s for primary selection.
Leave this unset to deny clipboard writes.
Implementation
void Function(String selector, String text)? onClipboardStore;