JsFile

data class JsFile(val filename: String)

A JavaScript file referenced from the generated <body>. The filename may be a relative path (resolved against the reveal.js static root) or an absolute http(s):// URL.

Constructors

Link copied to clipboard
constructor(filename: String)

Properties

Link copied to clipboard