docdescription

.docdescription description:{String? = null} -> Any

If description is specified, sets the document description to that value.

In HTML, descriptions are exported to SEO-friendly meta tags.

.docdescription {This is a sample document}

If it's unset, the current description of the document is returned.

The current document description is .docdescription

Return

the current document description if description is unset, nothing otherwise

Parameters

description
  • Optional

optional description to assign to the document

Wiki page

Document metadata