Skip to content
On this page

Home > @plaidev/karte-action-sdk > widget > getCssVariables

widget.getCssVariables() function

Signature:

typescript
function getCssVariables(data: {
        [key: string]: string | number;
    }): string;

Parameters

ParameterTypeDescription
data{ [key: string]: string | number; }

Returns:

string