PartGroupAttributes: {
    number: string | null;
    type: "start" | "stop";
}

Type declaration

  • number: string | null

    Distinguishes overlapping and nested <part-group> elements, not a sequence of <part-group> elements. The default value is 1.

  • type: "start" | "stop"

    Indicates the start or stop of the <part-group>.

Generated using TypeDoc