Skip to content
On this page

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

AspectProps type

Signature:

typescript
type AspectProps = {
    aspectVariant?: AspectVariantCode | string;
    aspect?: Properties["aspectRatio"];
};

References: AspectVariantCode