The <circular-arrow> element

Parent element: <arrow>

The <circular-arrow> element represents a circular arrow, using Unicode arrow terminology to specify the arrow direction.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/circular-arrow/

Hierarchy

  • CircularArrow

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "circular-arrow";
            type: "label";
            value: {
                choices: readonly ["anticlockwise", "clockwise"];
                type: "choices";
            };
        };
    }];
    name: "circular-arrow";
} = CircularArrow.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              label: "circular-arrow";
              type: "label";
              value: {
                  choices: readonly ["anticlockwise", "clockwise"];
                  type: "choices";
              };
          };
      }]
    • Readonly name: "circular-arrow"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                label: "circular-arrow";
                type: "label";
                value: {
                    choices: readonly ["anticlockwise", "clockwise"];
                    type: "choices";
                };
            };
        }];
        name: "circular-arrow";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "circular-arrow";
                type: "label";
                value: {
                    choices: readonly ["anticlockwise", "clockwise"];
                    type: "choices";
                };
            };
        }]
      • Readonly name: "circular-arrow"

      Methods

      Generated using TypeDoc