Appearance
Home > @plaidev/karte-action-sdk > CodeProps
CodeProps type
Signature:
typescript
type CodeProps = CommonProps & {
rawHtml?: string;
rawCss?: string;
rawScript?: string;
};
References: CommonProps