Appearance
Home > @plaidev/karte-action-sdk > widget > getCssVariables
widget.getCssVariables() function #
Signature:
typescript
function getCssVariables(data: {
[key: string]: string | number;
}): string;
Parameters #
Parameter | Type | Description |
---|---|---|
data | { [key: string]: string | number; } |
Returns:
string