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.

Constructors

Link copied to clipboard
constructor(resourcesLayout: InstallLayout.Html? = InstallLayout.get.htmlResources)

Properties

Link copied to clipboard