Expand description
Constructors§
Source§new Placeholder<L extends string>(id: L): Placeholder<L>
new Placeholder<L extends string>(id: L): Placeholder<L>
Properties§
Methods§
Source§canTakeInput(
_fromState: IChainable,
_withConnectionOptions?: ConnectionOptions,
): boolean
canTakeInput(
_fromState: IChainable,
_withConnectionOptions?: ConnectionOptions,
): boolean
Determines if this state can accept input from another state
This "node" will be replaced by the actual node when the workflow is built.
You can't call
next()
on it.id can be the label or the id of the node.
Example:
This will result in: