Type Alias DataflowProcessors<OtherInfo>

DataflowProcessors: {
    [key in RNode["type"]]: DataflowProcessor<
        OtherInfo,
        NodeWithKey<OtherInfo, key>,
    >
}

This way, a processor mapped to a RType#Symbol require a RSymbol as first parameter and so on.

Type Parameters

  • OtherInfo