Stone.js API
Docs
Home
Preparing search index...
stone-js-use-view/src/declarations
ViewRoot
Interface ViewRoot
A view root handle returned by mount/hydrate, used to update or unmount later.
interface
ViewRoot
{
unmount
?:
()
=>
void
;
update
?:
(
node
:
unknown
)
=>
void
;
}
Index
Properties
unmount?
update?
Properties
Optional
unmount
unmount
?:
()
=>
void
Optional
update
update
?:
(
node
:
unknown
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
unmount
update
Docs
Home
Stone.js API
Loading...
A view root handle returned by mount/hydrate, used to update or unmount later.