rememberClipboardHandle

Creates and remembers a ClipboardHandle to drive a component's clipboard copy/cut/paste programmatically. Pass it to clipboard(handle = ...) to bind it to that component, then call ClipboardHandle.copy/ClipboardHandle.cut/ClipboardHandle.paste from an event handler.