Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • DrawPolylinesDto

Index

Constructors

constructor

  • new DrawPolylinesDto<T>(polylines?: PolylinePropertiesDto[], opacity?: number, colours?: string | string[], size?: number, updatable?: boolean, polylinesMesh?: T): DrawPolylinesDto<T>
  • Provide options without default values

    Type parameters

    • T

    Parameters

    • Optional polylines: PolylinePropertiesDto[]
    • Optional opacity: number
    • Optional colours: string | string[]
    • Optional size: number
    • Optional updatable: boolean
    • Optional polylinesMesh: T

    Returns DrawPolylinesDto<T>

Properties

colours

colours: string | string[]

Hex colour string

opacity

opacity: number

Value between 0 and 1

polylines

Polylines

Optional polylinesMesh

polylinesMesh: T

Polyline 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