plusAssign
inline operator fun DslList<Context.Scripts.JavaScript, ContextKt.ScriptsKt.Dsl.LinkProxy>.plusAssign(value: Context.Scripts.JavaScript)
External JavaScript code to be included in <link> tags.
Content copied to clipboard
repeated .elide.page.Context.Scripts.JavaScript link = 2;
Parameters
value
The link to add.
inline operator fun DslList<Context.Scripts.JavaScript, ContextKt.ScriptsKt.Dsl.LinkProxy>.plusAssign(values: Iterable<Context.Scripts.JavaScript>)
External JavaScript code to be included in <link> tags.
Content copied to clipboard
repeated .elide.page.Context.Scripts.JavaScript link = 2;
Parameters
values
The link to add.