Skip to content
On this page

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

CodeProps type

Signature:

typescript
type CodeProps = CommonProps & {
    rawHtml?: string;
    rawCss?: string;
    rawScript?: string;
};

References: CommonProps