Interface SubscribeOptions

interface SubscribeOptions {
    emitCurrent?: boolean;
}

Properties

Properties

emitCurrent?: boolean