Home Reference Source Test Repository
import FunnelStream from 'action-stream/src/lib/FunnelStream.js'
public class | source

FunnelStream

Extends:

stream~Transform → FunnelStream

Combine actions from multi views to one Steram.

Test:

Constructor Summary

Public Constructor
public

constructor(debug: bool, option: object)

Public Constructors

public constructor(debug: bool, option: object) source

Params:

NameTypeAttributeDescription
debug bool
  • nullable: true

Print out passing actions to console.log if true.

option object
  • nullable: true

This is passed to the super class.