Appearance
Home > @plaidev/karte-action-sdk > CloseButtonProps
CloseButtonProps type #
Signature:
typescript
type CloseButtonProps = CommonProps & ClickableProps & BorderProps & {
size?: number;
placement?: keyof typeof CLOSE_BUTTON_PLACEMENT;
round?: keyof typeof CLOSE_BUTTON_ROUND;
bordered?: boolean;
color?: Properties["color"];
backgroundColor?: Properties["backgroundColor"];
label?: string;
labelColor?: Properties["color"];
labelPlacement?: keyof typeof CLOSE_BUTTON_LABEL_PLACEMENT;
top?: Properties["top"];
right?: Properties["right"];
left?: Properties["left"];
bottom?: Properties["bottom"];
};
References: CommonProps, ClickableProps, BorderProps, CLOSE_BUTTON_PLACEMENT, CLOSE_BUTTON_ROUND, CLOSE_BUTTON_LABEL_PLACEMENT