BundleOrigin

laika.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
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Library.type
object Mixed.type
object Parser.type
object Theme.type
object User.type
In this article