Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "wordpress-plugins/real-cookie-banner/src/public/ts/components/config/consent/list/export"

Index

Variables

Const ConsentTableRecordExport

ConsentTableRecordExport: FC<{ record: Consent }> = observer(({ record }) => {return (<><Divider>{__("Export consent")}</Divider><p className="description">{__("Use the button below to export all consents in a machine readable form.")}</p><buttonclassName="button button-large"onClick={() => {copyToClipboard(JSON.stringify(record.export));message.success(__("Successfully copied to the clipboard!"));}}>{__("Export to clipboard")}</button></>);})

Generated using TypeDoc