Skip to content
On this page

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

widget.ChangeValCallbackArg type

Signature:

typescript
type ChangeValCallbackArg = {
        newVal: any;
        oldVal: any;
        key: string;
    };