RendererDescriptor

case class RendererDescriptor(renderer: String, bundles: Seq[ExtensionBundleDescriptor], theme: ThemeDescriptor, output: String, renderFormatted: Boolean)

Provides a description of a render operation, including the renderers and extension bundles used, as well as the output target. This functionality is mostly intended for tooling support.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def formatted: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product