toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
wisdom
/
wisdom
/
ResolutionResourceBuilder
Resolution
Resource
Builder
interface
ResolutionResourceBuilder
Members
Functions
function
Link copied to clipboard
abstract
fun
function
(
name
:
String
,
block
:
(
args
:
List
<
Any
?
>
)
->
Any
?
)
:
Function
getter
Link copied to clipboard
abstract
fun
getter
(
block
:
(
identifier
:
String
)
->
Any
?
)
:
Getter
include
Link copied to clipboard
abstract
fun
include
(
resource
:
ResolutionResource
)
on
Computed
Link copied to clipboard
abstract
fun
onComputed
(
handler
:
(
identifier
:
String
,
value
:
Any
?
)
->
Unit
)