Variable processFieldMapConst

processFieldMap: {
    AddStaff|Group: ((instruction, field) => void);
    AddStaff|Label: ((instruction, field) => void);
    AddStaff|Name: ((instruction, field) => void);
    Chord|Pos: ((instruction, field) => void);
    Chord|Pos2: ((instruction, field) => void);
    Dur: ((instruction, field) => void);
    Dur2: ((instruction, field) => void);
    DynVel: ((instruction, field) => void);
    Ending|Endings: ((instruction, field) => void);
    Font|Typeface: ((instruction, field) => void);
    Key|Signature: ((instruction, field) => void);
    MPC|Pt1: ((instruction, field) => void);
    MPC|Pt2: ((instruction, field) => void);
    Note|Pos: ((instruction, field) => void);
    Opts: ((instruction, field) => void);
    RestChord|Pos2: ((instruction, field) => void);
    SongInfo|Author: ((instruction, field) => void);
    SongInfo|Comments: ((instruction, field) => void);
    SongInfo|Copyright1: ((instruction, field) => void);
    SongInfo|Copyright2: ((instruction, field) => void);
    SongInfo|Lyricist: ((instruction, field) => void);
    SongInfo|Title: ((instruction, field) => void);
    StaffProperties|WithNextStaff: ((instruction, field) => void);
    Text: ((instruction, field) => void);
    TimeSig|Signature: ((instruction, field) => void);
} = ...

Type declaration

  • AddStaff|Group: ((instruction, field) => void)
  • AddStaff|Label: ((instruction, field) => void)
  • AddStaff|Name: ((instruction, field) => void)
  • Chord|Pos: ((instruction, field) => void)
  • Chord|Pos2: ((instruction, field) => void)
  • Dur: ((instruction, field) => void)
  • Dur2: ((instruction, field) => void)
  • DynVel: ((instruction, field) => void)
  • Ending|Endings: ((instruction, field) => void)
  • Font|Typeface: ((instruction, field) => void)
  • Key|Signature: ((instruction, field) => void)
  • MPC|Pt1: ((instruction, field) => void)
  • MPC|Pt2: ((instruction, field) => void)
  • Note|Pos: ((instruction, field) => void)
  • Opts: ((instruction, field) => void)
  • RestChord|Pos2: ((instruction, field) => void)
  • SongInfo|Author: ((instruction, field) => void)
  • SongInfo|Comments: ((instruction, field) => void)
  • SongInfo|Copyright1: ((instruction, field) => void)
  • SongInfo|Copyright2: ((instruction, field) => void)
  • SongInfo|Lyricist: ((instruction, field) => void)
  • SongInfo|Title: ((instruction, field) => void)
  • StaffProperties|WithNextStaff: ((instruction, field) => void)
  • Text: ((instruction, field) => void)
  • TimeSig|Signature: ((instruction, field) => void)

Generated using TypeDoc