DataDesigner/docs/code_reference/config/processors.md

8 lines
384 B
Markdown
Raw Permalink Normal View History

# Processor Configurations
Processor configs request data transformations after generation. Add them to a `DataDesignerConfig` or `DataDesignerConfigBuilder`; the engine later compiles them into runtime processor implementations.
Related pages: [engine processors](../engine/processors.md) and [Build Your Own](../../plugins/build_your_own.md).
::: data_designer.config.processors