Documentation
    Preparing search index...

    Type Alias WalletModalClosed

    Closed modal window state.

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

    Properties

    Properties

    closeReason: WalletsModalCloseReason | null

    Close reason, if the modal window was closed.

    status: "closed"

    Modal window status.