Documentation
    Preparing search index...

    Type Alias WalletModalClosed

    Modal is closed. closeReason is populated when the close was driven by the user.

    type WalletModalClosed = {
        closeReason: WalletsModalCloseReason | null;
        status: "closed";
    }
    Index

    Properties

    Properties

    closeReason: WalletsModalCloseReason | null

    Why the modal closed; null for the initial closed state.

    status: "closed"