Interface NWCTXTPerformanceStyle

interface NWCTXTPerformanceStyle {
    fields: {
        Placement?: string;
        Pos?: number;
        Style?: string;
    };
    name: "PerformanceStyle";
}

Properties

Properties

fields: {
    Placement?: string;
    Pos?: number;
    Style?: string;
}

Type declaration

  • Optional Placement?: string

    Example

    "AsStaffSignature"
    
  • Optional Pos?: number

    Example

    13
    
  • Optional Style?: string

    Example

    "Maestoso"
    

    Example

    "Legato"
    
name: "PerformanceStyle"

Generated using TypeDoc