pub fn seq2(
props: Value,
trigger: impl Into<ElemNode>,
reset: impl Into<ElemNode>,
) -> NodeExpand description
Discrete sequence node with the seq2 variant semantics.
props should carry seq data and optional loop metadata.
Expects 2 children: trigger and reset.