@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Interface BaseEmulatorConnectionOptions

    Basic infos required to connect to an emulator

    interface BaseEmulatorConnectionOptions {
        host: string;
        port: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    host: string

    Host url

    port: number

    Port where the emulator is available