Interface LowLevelNWCTXTFile

interface LowLevelNWCTXTFile {
    clip: boolean;
    extra?: null | string;
    instructions: LowLevelNWCTXTInstruction[];
    version: string;
}

Properties

clip: boolean

true if the parsed content is in the clipboard format (!NoteWorthyComposerClip), false otherwise (!NoteWorthyComposer)

extra?: null | string

Extra information after Note Worthy Composer version

Example

"Single"

Array of instruction objects

version: string

Note Worthy Composer version as a string

Example

"2.751"

Generated using TypeDoc