Citation

class Citation

A citation that references source content.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains information about where the text with a citation begins and ends in the generated output.

Link copied to clipboard

The identifier of the content being cited.

Link copied to clipboard

The identifier of the knowledge base containing the cited content.

Link copied to clipboard

A type to define the KB origin of a cited content

Link copied to clipboard

The source URL for the citation.

Link copied to clipboard

The title of the cited content.

Functions

Link copied to clipboard
inline fun copy(block: Citation.Builder.() -> Unit = {}): Citation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String