Skip to content

function start view code

start(
    root: Root
): StartedRoot

Starts the root. This should only be called once per root.

Parameters

root: Root

The root to start.

Returns

StartedRoot

A root that has been started.