Interface NWCTXTNote

interface NWCTXTNote {
    fields: {
        Dur: NWCTXTDuration;
        Opts?: NWCTXTOpts;
        Pos: NWCTXTPosition;
    };
    name: "Note";
}

Properties

Properties

fields: {
    Dur: NWCTXTDuration;
    Opts?: NWCTXTOpts;
    Pos: NWCTXTPosition;
}

Type declaration

name: "Note"

Generated using TypeDoc