@rekurt/openkline - v0.2.0
    Preparing search index...

    Interface DataFeedConfig

    Identifier for a live data stream. A DataTransport.subscribe call receives one of these to decide what symbol/resolution to tune in to.

    interface DataFeedConfig {
        resolution: string;
        symbol: string;
    }
    Index

    Properties

    Properties

    resolution: string
    symbol: string