core
1.7.0
core
/
org.jetbrains.dokka.pages
/
PageNode
Page
Node
interface
PageNode
:
WithChildren
<
PageNode
>
Content copied to clipboard
Functions
Properties
Extensions
Inheritors
Functions
modified
Link copied to clipboard
abstract
fun
modified
(
name
:
String
=
this.name
,
children
:
List
<
PageNode
>
=
this.children
)
:
PageNode
Content copied to clipboard
Properties
children
Link copied to clipboard
abstract
override
val
children
:
List
<
PageNode
>
Content copied to clipboard
name
Link copied to clipboard
abstract
val
name
:
String
Content copied to clipboard
Inheritors
ContentPage
Link copied to clipboard
RootPageNode
Link copied to clipboard
RendererSpecificPage
Link copied to clipboard
Extensions
alter
Children
Link copied to clipboard
fun
PageNode
.
alterChildren
(
block
:
PageNode
.
(
)
->
PageNode
)
:
PageNode
Content copied to clipboard
children
Link copied to clipboard
inline
fun
<
T
:
PageNode
>
PageNode
.
children
(
)
:
List
<
T
>
Content copied to clipboard
invoke
On
All
Link copied to clipboard
fun
PageNode
.
invokeOnAll
(
block
:
PageNode
.
(
)
->
Unit
)
:
PageNode
Content copied to clipboard