Skip to content

NotePosition

Constructors

new NotePosition(linePosition)

new NotePosition(linePosition): NotePosition

Parameters

ParameterType
linePositionundefined | LinePosition

Returns

NotePosition

Source

packages/core/src/config/APIConfigs.ts:65

Properties

linePosition

linePosition: undefined | LinePosition

Source

packages/core/src/config/APIConfigs.ts:63

Methods

getPosition()

getPosition(): undefined | LinePosition

Returns

undefined | LinePosition

Source

packages/core/src/config/APIConfigs.ts:69