LibraryBlock

abstract class LibraryBlock : ExtensionAware(source)

A sub-block for defining all properties relevant to a Kobweb library.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class IndexBlock : ExtensionAware

A sub-block for defining properties related to the "index.html" document generated by Kobweb

Properties

Link copied to clipboard
abstract val cssPrefix: Property<String>

If set, add a prefix to all CSS names generated for this library.

Link copied to clipboard

Functions

Link copied to clipboard
@Internal
abstract fun getExtensions(): ExtensionContainer