BundleOrigin

laika.api.bundle.BundleOrigin
See theBundleOrigin companion object
sealed trait BundleOrigin

Indicates whether an extension bundle is a built-in default provided by the library, a collection of extensions installed by a markup format or user-defined.

This is relevant for determining the precedence of installed bundles when merging them, as user-supplied functionality always overrides library defaults.

Attributes

Companion
object
Source
BundleOrigin.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Library
object Mixed
object Parser
object Theme
object User
In this article