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