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