core
0.21.0
js
core
/
de.peekandpoke.kraft.addons.forms
/
FieldOptions
/
Access
Access
js
class
Access
<
T
,
X
>
(
settings
:
FieldOptions
<
T
>
,
key
:
TypedKey
<
X
>
)
Content copied to clipboard
Constructors
Functions
Constructors
Access
Link copied to clipboard
js
fun
<
T
,
X
>
Access
(
settings
:
FieldOptions
<
T
>
,
key
:
TypedKey
<
X
>
)
Content copied to clipboard
Functions
get
Or
Default
Link copied to clipboard
js
fun
getOrDefault
(
default
:
X
)
:
X
Content copied to clipboard
get
Or
Put
Link copied to clipboard
js
fun
getOrPut
(
produce
:
(
)
->
X
)
:
X
Content copied to clipboard
invoke
Link copied to clipboard
js
operator
fun
invoke
(
)
:
X
?
Content copied to clipboard
operator
fun
invoke
(
value
:
X
)
Content copied to clipboard