Documentation
    Preparing search index...

    Type Alias WalletModalOpened

    Opened modal window state.

    type WalletModalOpened = {
        closeReason: null;
        status: "opened";
    }
    Index

    Properties

    Properties

    closeReason: null

    Always null for opened modal window.

    status: "opened"

    Modal window status.