StyleAttributes

laika.theme.config.StyleAttributes
See theStyleAttributes companion object
sealed abstract class StyleAttributes

Configuration API for specifying attributes to set for script tags in conjunction with the Helium API for script includes.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

The value to be set for the crossorigin attribute. In case of CrossOrigin.Unspecified the attribute will not be included.

The value to be set for the crossorigin attribute. In case of CrossOrigin.Unspecified the attribute will not be included.

Attributes

def integrity: Option[String]

The value to be set for the integrity attribute. If empty the attribute will not be included.

The value to be set for the integrity attribute. If empty the attribute will not be included.

Attributes

Specifies a value to be set for the crossorigin attribute.

Specifies a value to be set for the crossorigin attribute.

Attributes

def withIntegrity(value: String): StyleAttributes

Specifies a value to be set for the integrity attribute.

Specifies a value to be set for the integrity attribute.

Attributes