SupportsAttributes: {
    attribute: string | null;
    element: string;
    type: "yes" | "no";
    value: string | null;
}

Type declaration

  • attribute: string | null

    Indicates a specific element attribute that is supported or not by the encoding.

  • element: string

    Indicates the element that is supported or not by the encoding.

  • type: "yes" | "no"

    If yes, the absence of a particular element with a specified attribute or value is meaningful. It indicates that this information is not present in the score. If no, the absence is not meaningful because the encoding does not include this type of information.

  • value: string | null

    Indicates a specific attribute value that is supported or not by the encoding. Only used together with the attribute attribute.

Generated using TypeDoc