@robonen/vue/ClipboardValueTClipboardValuetesteddemoA value to copy: either a string or an (optionally async) getter that resolves to one. Source Tests Demo Loading demo… View source Signaturets Copyexport type ClipboardValue = string | (() => Promise<string | undefined> | string | undefined);