Script

data class Script(val path: String) : HeadContribution

A <script src="..."> tag loading an external script file.

Parameters

path

file path relative to the library's output directory

Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard