NotationsAttributes: {
    id: string | null;
    print-object: "yes" | "no" | null;
}

Type declaration

  • id: string | null

    Specifies an ID that is unique to the entire document.

  • print-object: "yes" | "no" | null

    Specifies whether or not to print an object. It is yes if not specified.

Generated using TypeDoc