The frontend and backend implementation for the human input node. Co-authored-by: twwu <[email protected]> Co-authored-by: JzoNg <[email protected]> Co-authored-by: yyh <[email protected]> Co-authored-by: zhsama <[email protected]>
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
export const isOutput = (valueSelector: string[]) => {
|
|
return valueSelector[0] === '$output'
|
|
}
|