Type class
@todo Description
Sources
IndexedIterable can be used (imported) via one of the following packages.
// IndexedIterable is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * Import from: "core.ts" * Use like: am4core.IndexedIterable * -------------------------------------------------------- */ import * as am4core from "@amcharts/amcharts4/core";
// IndexedIterable is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * Include via: <script src="core.js"></script> * Access items like: am4.IndexedIterable * -------------------------------------------------------- */
Inheritance
IndexedIterable does not extend any other symbol.
IndexedIterable is not extended by any other symbol.
Properties
IndexedIterable does not have any properties.
Methods
backwards() |
Returns Returns an interable list sorted backwards than current list. |
---|---|
constructor( array: ) |
Returns Constructor. |
iterator() |
Returns Returns a list item iterator. |
range( start: ) |
Returns Returns a new list consisting only of specific range of items between |
Events
IndexedIterable does not have any events.
Adapters
IndexedIterable does not have any adapters.