PolylineIndices Type
PolylineIndices = number[]
Describes the vertex indices of a single line within a PolylineArgs. The indices represent either a line string as a connected series of points, or a point string as a set of disconnected points, depending on the isDisjoint value of PolylineArgs.flags.
Defined in
- core/common/src/Render.ts Line 46
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.