Interface NWCTXTDynamic

interface NWCTXTDynamic {
    fields: {
        Placement?: string;
        Pos?: number;
        Style: "ppp" | "pp" | "p" | "mp" | "mf" | "f" | "ff" | "fff";
        Wide?: boolean;
    };
    name: "Dynamic";
}

Properties

Properties

fields: {
    Placement?: string;
    Pos?: number;
    Style: "ppp" | "pp" | "p" | "mp" | "mf" | "f" | "ff" | "fff";
    Wide?: boolean;
}

Type declaration

  • Optional Placement?: string

    Example

    "AsStaffSignature"
    
  • Optional Pos?: number

    Example

    7
    

    Example

    -1
    

    Example

    0
    
  • Style: "ppp" | "pp" | "p" | "mp" | "mf" | "f" | "ff" | "fff"
  • Optional Wide?: boolean

    Example

    true
    
name: "Dynamic"

Generated using TypeDoc