plusAssign
inline operator fun DslList<String, ContextKt.MetadataKt.Dsl.KeywordProxy>.plusAssign(value: String)
Defines meta tag keywords, to be included in the page.
Content copied to clipboard
repeated string keyword = 3;
Parameters
value
The keyword to add.
inline operator fun DslList<String, ContextKt.MetadataKt.Dsl.KeywordProxy>.plusAssign(values: Iterable<String>)
Defines meta tag keywords, to be included in the page.
Content copied to clipboard
repeated string keyword = 3;
Parameters
values
The keyword to add.
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.
Content copied to clipboard
repeated .elide.page.Context.PageLink link = 10;
Parameters
value
The link to add.
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.
Content copied to clipboard
repeated .elide.page.Context.PageLink link = 10;
Parameters
values
The link to add.
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.
Content copied to clipboard
repeated .elide.page.Context.RDFPrefix prefix = 17;
Parameters
value
The prefix to add.
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.
Content copied to clipboard
repeated .elide.page.Context.RDFPrefix prefix = 17;
Parameters
values
The prefix to add.