plusAssign

@JvmName(name = "plusAssignKeyword")
inline operator fun DslList<String, ContextKt.MetadataKt.Dsl.KeywordProxy>.plusAssign(value: String)
Defines meta tag keywords, to be included in the page.

repeated string keyword = 3;

Parameters

value

The keyword to add.


@JvmName(name = "plusAssignAllKeyword")
inline operator fun DslList<String, ContextKt.MetadataKt.Dsl.KeywordProxy>.plusAssign(values: Iterable<String>)
Defines meta tag keywords, to be included in the page.

repeated string keyword = 3;

Parameters

values

The keyword to add.


@JvmName(name = "plusAssignLink")
inline operator fun DslList<Context.PageLink, ContextKt.MetadataKt.Dsl.LinkProxy>.plusAssign(value: Context.PageLink)
Defines a favicon image link to apply to the browser tab.

repeated .elide.page.Context.PageLink link = 10;

Parameters

value

The link to add.


@JvmName(name = "plusAssignAllLink")
inline operator fun DslList<Context.PageLink, ContextKt.MetadataKt.Dsl.LinkProxy>.plusAssign(values: Iterable<Context.PageLink>)
Defines a favicon image link to apply to the browser tab.

repeated .elide.page.Context.PageLink link = 10;

Parameters

values

The link to add.


@JvmName(name = "plusAssignPrefix")
inline operator fun DslList<Context.RDFPrefix, ContextKt.MetadataKt.Dsl.PrefixProxy>.plusAssign(value: Context.RDFPrefix)
RDFa prefixes to add. If left unset, the default OpenGraph prefix will be used.

repeated .elide.page.Context.RDFPrefix prefix = 17;

Parameters

value

The prefix to add.


@JvmName(name = "plusAssignAllPrefix")
inline operator fun DslList<Context.RDFPrefix, ContextKt.MetadataKt.Dsl.PrefixProxy>.plusAssign(values: Iterable<Context.RDFPrefix>)
RDFa prefixes to add. If left unset, the default OpenGraph prefix will be used.

repeated .elide.page.Context.RDFPrefix prefix = 17;

Parameters

values

The prefix to add.