Stone.js API
    Preparing search index...

    A view root handle returned by mount/hydrate, used to update or unmount later.

    interface ViewRoot {
        unmount?: () => void;
        update?: (node: unknown) => void;
    }
    Index
    unmount?: () => void
    update?: (node: unknown) => void