core
0.22.3
js
core
/
de.peekandpoke.kraft.components
/
Component
/
LifeCycle
/
NextPropsHook
Next
Props
Hook
js
inner
class
NextPropsHook
<
PROPS
>
Content copied to clipboard
Hook for props update
Constructors
Functions
Constructors
Next
Props
Hook
Link copied to clipboard
js
fun
NextPropsHook
(
)
Content copied to clipboard
Functions
invoke
Link copied to clipboard
js
operator
fun
invoke
(
block
:
(
new
:
PROPS
,
old
:
PROPS
)
->
Unit
)
Content copied to clipboard
Registers a listener.
notify
Link copied to clipboard
js
fun
notify
(
new
:
PROPS
,
old
:
PROPS
)
Content copied to clipboard
Notifies all listeners.