@livefolio/sdk / RuleNode
Type Alias: RuleNode
RuleNode =
AllocateNode|IfNode
Defined in: tactical/types.ts:262
A node in the tactical rule tree. Either a branching IfNode or a terminal AllocateNode.
op: 'if'— see IfNodeop: 'allocate'— see AllocateNode