epub4kmp
Toggle table of contents
0.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
epub4kmp
epub4kmp-core
/
io.documentnode.epub4kmp.domain
/
TitledResourceReference
Titled
Resource
Reference
open
class
TitledResourceReference
(
resource
:
Resource
?
,
var
title
:
String
?
=
null
,
var
fragmentId
:
String
?
=
null
)
:
ResourceReference
(
source
)
Inheritors
GuideReference
TOCReference
Members
Constructors
Titled
Resource
Reference
Link copied to clipboard
constructor
(
resource
:
Resource
?
,
title
:
String
?
=
null
,
fragmentId
:
String
?
=
null
)
Properties
complete
Href
Link copied to clipboard
val
completeHref
:
String
?
fragment
Id
Link copied to clipboard
var
fragmentId
:
String
?
resource
Link copied to clipboard
open
override
var
resource
:
Resource
?
The referenced
Resource
, or null if none is set.
resource
Id
Link copied to clipboard
val
resourceId
:
String
?
title
Link copied to clipboard
var
title
:
String
?
Functions
set
Resource
Link copied to clipboard
fun
setResource
(
resource
:
Resource
?
,
fragmentId
:
String
?
)