Interface NWCTXTClef

interface NWCTXTClef {
    fields: {
        OctaveShift?: "Octave Down" | "Octave Up";
        Type: "Treble" | "Bass" | "Alto" | "Tenor" | "Percussion";
    };
    name: "Clef";
}

Properties

Properties

fields: {
    OctaveShift?: "Octave Down" | "Octave Up";
    Type: "Treble" | "Bass" | "Alto" | "Tenor" | "Percussion";
}

Type declaration

  • Optional OctaveShift?: "Octave Down" | "Octave Up"
  • Type: "Treble" | "Bass" | "Alto" | "Tenor" | "Percussion"
name: "Clef"

Generated using TypeDoc