Layout

Type module

Sources

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

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

Variables

Layout does not have any variables.

Functions

eachChildren(

container: Container,
f: ( sprite: Sprite) => void

)

#

Returns void