Skip to content

textmode.export.js / TextmodeExportPluginOptions

Interface: TextmodeExportPluginOptions

Options for configuring the export plugin.

Deprecated

This interface is only used by the deprecated createTextmodeExportPlugin function. Use ExportPlugin directly instead, and control overlay visibility at runtime via ExportOverlayController.

Properties

PropertyTypeDescription
overlay?booleanControls whether the export overlay UI should be created. Defaults to true. Deprecated Use runtime overlay controls instead: textmodifier.exportOverlay.show() / .hide()