HtmlExportOptions
data class HtmlExportOptions(val resourcesLayout: InstallLayout.Html? = InstallLayout.get.htmlResources)
Options for exporting HTML artifacts.
Parameters
resourcesLayout
the install layout node for the html/ subtree, used to locate themes, scripts, and third-party libraries. Defaults to the lazily resolved InstallLayout.get singleton. Pass null in tests to skip resource bundling.