createFilterBranchNode
createFilterBranchNode(
children,conjunction,id?):FilterNode
Defined in: filtering/tree/filter-node.model.ts:55
Create a new branch node with the given children and conjunction.
Parameters
Section titled “Parameters”children
Section titled “children”conjunction
Section titled “conjunction”"_&&_" | ”_||_“
string = ...