Skip to content
On this page

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

CLOSE_BUTTON_PLACEMENT variable

Signature:

typescript
CLOSE_BUTTON_PLACEMENT: {
    readonly topRight: "topRight";
    readonly topLeft: "topLeft";
    readonly bottomRight: "bottomRight";
    readonly bottomLeft: "bottomLeft";
}