gws.base.exporter.core¶
Source code: gws.base.exporter.core
Module Contents¶
- class gws.base.exporter.core.Config(*args, **kwargs)¶
Bases:
gws.ConfigWithAccessExporter configuration.
- target: gws.ExportTarget¶
Target export type.
- targetPath: str | None¶
Target export path (if applicable).
- title: str¶
Exporter title.
- class gws.base.exporter.core.Object¶
Bases:
gws.ExporterExporter object.
- supportsRaster: bool¶
- supportsVector: bool¶
- title: str¶
- configure()¶
Configuration hook.
- notify(ea: ExportArgs, event: str)¶
Notify exporter of export events.