Appearance
Home > @plaidev/karte-action-sdk > ListProps
ListProps type
Signature:
typescript
type ListProps = CommonProps & ActionTableProps & {
gap?: Properties["gap"];
borderWidth?: Properties["borderTopWidth"];
borderStyle?: Properties["borderTopStyle"];
borderColor?: Properties["borderTopColor"];
width?: Properties["width"];
itemPaddingTop?: Properties["paddingTop"];
itemPaddingLeft?: Properties["paddingLeft"];
itemPaddingRight?: Properties["paddingRight"];
itemPaddingBottom?: Properties["paddingBottom"];
itemHeight?: Properties["height"];
itemGap?: Properties["gap"];
};
References: CommonProps, ActionTableProps