Class: ScoreElement

Engraving.ScoreElement

Members

(static, readonly) eid :String

The EID of this element.

Type:
  • String
Since:
  • 4.6

(static, readonly) name :String

Name of this element's type, not localized. Use Engraving.ScoreElement.userName to obtain a localized

Type:
  • String

(static, readonly) spatium :Number

The size of a spatium for this element.

Type:
  • Number
Since:
  • 4.6

(static, readonly) type :Engraving.ElementType

Type of this element.

Type:

Methods

(static) is(other) → {Boolean}

Checks whether two variables represent the same object

Parameters:
Name Type Description
other Engraving.ScoreElement

Object for comparison

Returns:

result

Type
Boolean

(static) userName() → {String}

Name of this element's type, localized.

Returns:

name

Type
String

Table of contents