Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
tools.elide.page
/
ContextKt
/
PageLinkKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
href
Link copied to clipboard
@get:
JvmName
(
name
=
"getHref"
)
@set:
JvmName
(
name
=
"setHref"
)
var
href
:
TrustedResourceUrlProto
.webutil.html.types.TrustedResourceUrlProto href = 3;
href
Or
Null
Link copied to clipboard
val
ContextKt.PageLinkKt.Dsl
.
hrefOrNull
:
TrustedResourceUrlProto
?
relevance
Link copied to clipboard
@get:
JvmName
(
name
=
"getRelevance"
)
@set:
JvmName
(
name
=
"setRelevance"
)
var
relevance
:
String
string relevance = 1;
type
Link copied to clipboard
@get:
JvmName
(
name
=
"getType"
)
@set:
JvmName
(
name
=
"setType"
)
var
type
:
String
string type = 2;
Functions
clear
Href
Link copied to clipboard
fun
clearHref
(
)
.webutil.html.types.TrustedResourceUrlProto href = 3;
clear
Relevance
Link copied to clipboard
fun
clearRelevance
(
)
string relevance = 1;
clear
Type
Link copied to clipboard
fun
clearType
(
)
string type = 2;
has
Href
Link copied to clipboard
fun
hasHref
(
)
:
Boolean
.webutil.html.types.TrustedResourceUrlProto href = 3;