Canton dApp Booster
    Preparing search index...
    CopyState: "idle" | "copied" | "error"

    Transient result of the last copy, for styling an affordance. Returns to idle on a timer.

    <button data-state={state}>{state === 'copied' ? <CheckIcon /> : <CopyIcon />}</button>