Channel | Converter | Processor | Output | |
---|---|---|---|---|
{renderPattern(rule.pattern)} | {rule.settings?.converter?.type} | {rule.settings?.frameProcessors?.map((processor) => ( {processor.type} ))} | {rule.settings?.frameOutputs?.map((output) => ( {renderOutputTags('out', output)} ))} |
|