List

Type module

Sources

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

/**
 * --------------------------------------------------------
 * Import via: List.ts
 * Access items like: $list.myVariable
 *                    $list.myFunction()
 * --------------------------------------------------------
 */
import * as $list from "@amcharts/amcharts4/List";

Variables

List does not have any variables.

Functions

checkBounds(

index: number,
len: number

)

#

Returns void

Checks if specific index fits into length.