MultimoduleRootPage

interface MultimoduleRootPage : ContentPage

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
modified
Link copied to clipboard
abstract fun modified(name: String = this.name, children: List<PageNode> = this.children): PageNode
abstract fun modified(name: String = this.name, content: ContentNode = this.content, dri: Set<DRI> = this.dri, embeddedResources: List<String> = this.embeddedResources, children: List<PageNode> = this.children): ContentPage
toString
Link copied to clipboard
open fun toString(): String

Properties

children
Link copied to clipboard
abstract override val children: List<PageNode>
content
Link copied to clipboard
abstract val content: ContentNode
documentable
Link copied to clipboard
abstract val documentable: Documentable?
dri
Link copied to clipboard
abstract val dri: Set<DRI>
embeddedResources
Link copied to clipboard
abstract val embeddedResources: List<String>
name
Link copied to clipboard
abstract val name: String

Inheritors

MultimoduleRootPageNode
Link copied to clipboard