Root

Type module

Sources

Items from Root can be imported/included and used via following ways.

/**
 * --------------------------------------------------------
 * Import via: Root.ts
 * Access items like: $root.myVariable
 *                    $root.myFunction()
 * --------------------------------------------------------
 */
import * as $root from "@amcharts/amcharts5/Root";

Variables

Root does not have any variables.

Functions

rAF(

fps: number | undefined,
callback: ( currentTime: number) => void

)

#

Returns void