Skip to content
On this page

Home > @plaidev/karte-action-sdk > ClipboardProps

ClipboardProps type

Signature:

typescript
type ClipboardProps = CommonProps & {
    content?: string;
    copiedEventName?: string;
    noneTooltip?: boolean;
};

References: CommonProps