Appearance
Home > @plaidev/karte-action-sdk > LayerLayoutProps
LayerLayoutProps type
Signature:
typescript
type LayerLayoutProps = CommonProps & ClickableProps & OverflowProps & BorderProps & RadiusProps & ShadowProps & BackgroundColorProps & BackgroundImageProps & PaddingProps & {
display?: LayoutDisplayType;
direction?: LayoutFlexDirection;
align?: LayoutFlexAlign;
justify?: LayoutFlexJustify;
rowGap?: Properties["rowGap"];
columnGap?: Properties["columnGap"];
width?: Properties["width"];
};
References: CommonProps, ClickableProps, OverflowProps, BorderProps, RadiusProps, ShadowProps, BackgroundColorProps, BackgroundImageProps, PaddingProps, LayoutDisplayType, LayoutFlexDirection, LayoutFlexAlign, LayoutFlexJustify