Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • DrawPolylineDto

Index

Constructors

constructor

  • Provide options without default values

    Type parameters

    • T

    Parameters

    • Optional polyline: PolylinePropertiesDto
    • Optional opacity: number
    • Optional colours: string | string[]
    • Optional size: number
    • Optional updatable: boolean
    • Optional polylineMesh: T

    Returns DrawPolylineDto<T>

Properties

colours

colours: string | string[]

Hex colour string

opacity

opacity: number

Value between 0 and 1

polyline

Polyline

Optional polylineMesh

polylineMesh: T

Line mesh variable in case it already exists and needs updating

size

size: number

Width of the polyline

updatable

updatable: boolean

Indicates wether the position of this polyline will change in time

Generated using TypeDoc