Skip to content
On this page

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

ImageProps type

Signature:

typescript
type ImageProps = CommonProps & {
    image?: string;
    width?: Properties["width"];
    aspect?: string;
    alt?: string;
    onClick?: OnClickOperation;
    eventName?: string;
    eventValue?: object;
};

References: CommonProps