core
1.7.0
core
/
org.jetbrains.dokka.pages
/
RendererSpecificPage
Renderer
Specific
Page
interface
RendererSpecificPage
:
PageNode
Content copied to clipboard
Functions
Properties
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
strategy
Link copied to clipboard
abstract
val
strategy
:
RenderingStrategy
Content copied to clipboard
Inheritors
RendererSpecificRootPage
Link copied to clipboard
RendererSpecificResourcePage
Link copied to clipboard