OptionalconvertWhether to convert entities grouped by type.
When set to true, the converter will process entities one type
at a time (e.g., all lines, then all circles, then all polylines),
which can help optimize rendering performance or simplify debugging by
handling each entity type in isolation.
When set to false, entities are converted in the order they
appear in the source file.
OptionalparserOptional URL for web worker scripts used in the conversion process.
When provided, this URL points to a web worker script that can be used for offloading computationally intensive parsing tasks to a background thread, improving performance and preventing UI blocking.
OptionaltimeoutTimeout for parser web worker operations in milliseconds.
This applies only when parsing runs in a web worker.
OptionaluseWhether to use web workers for parser execution.
When set to true, the converter uses a web worker for parsing, which
keeps copyleft parser code out of the main bundle and avoids blocking
the UI thread.
Copyleft converters (DXF/DWG) require worker parsing. Setting this to
false is only meaningful for converters that still support main-thread
parsing.
Configuration options for database converters.
This interface defines the configuration parameters that can be passed to database converters to customize their behavior during the conversion process.