interface ConstructorParams {
    alwaysVisible: boolean;
    appMode?: AppMode;
    connectOptions: ConnectOptions;
    debug: boolean;
    network: "dev" | "testnet" | "mainnet" | NetworkConfig;
    position: Position;
    setWindowProvider: boolean;
    theme: Theme;
}

Properties

alwaysVisible: boolean
appMode?: AppMode
connectOptions: ConnectOptions
debug: boolean
network: "dev" | "testnet" | "mainnet" | NetworkConfig
position: Position
setWindowProvider: boolean
theme: Theme

Generated using TypeDoc