Configuration.deframe()
Description
Appends a deframe filter to the current pipeline layout.
Syntax
pipy().pipeline().deframe({state1: data => getState1Output(data),state2: data => getState2Output(data),state3: data => getState3Output(data),// ...})
Parameters
deframe(states)
states
An object containing key-value pairs of state names and their corresponding handling functions.
Return Value
The same Configuration object.