Member Page Node
class MemberPageNode(val name: String, val content: ContentNode, val dri: Set<DRI>, val documentables: List<Documentable> = listOf(), val children: List<PageNode> = emptyList(), val embeddedResources: List<String> = listOf()) : MemberPage
Constructors
Link copied to clipboard
constructor(name: String, content: ContentNode, dri: Set<DRI>, documentables: List<Documentable> = listOf(), children: List<PageNode> = emptyList(), embeddedResources: List<String> = listOf())
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T : WithChildren<*>> WithChildren<WithChildren<*>>.firstMemberOfType(predicate: (T) -> Boolean): T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard