Abstract types

Class

Abstract types

inner

options  module:meteoJS/base/unique~options

Definition of the options for the constructor.

Properties

Name Type Optional Description

parcel

module:meteoJS/sounding/parcel.Parcel

Yes

Parcel object.

visible

boolean

Yes

Visibility of the parcel.

Defaults to true.

temp

module:meteoJS/thermodynamicDiagram~lineOptions

Yes

Options for the temperature curve.

dewp

module:meteoJS/thermodynamicDiagram~lineOptions

Yes

Options for the dewpoint curve.

inner

parcelOptions  Object

Style/visibility options for a parcel in the thermodynamic diagram.

Properties

Name Type Optional Description

visible

boolean

Yes

Visibility in the thermodynamic diagram.

Defaults to true.

temp

module:meteoJS/thermodynamicDiagram~lineOptions

Yes

Options for the temperature curve.

dewp

module:meteoJS/thermodynamicDiagram~lineOptions

Yes

Options for the dewpoint curve.

Events

change:options

Change options event.

change:visible

Change visibility event. Only triggered, if the visibility of the parcel changes.