The <arrow-direction> element

Parent element: <arrow>

The <arrow-direction> element represents the direction in which an arrow points, using Unicode arrow terminology.

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

Hierarchy

  • ArrowDirection

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "arrow-direction";
            type: "label";
            value: {
                choices: readonly ["down", "left", "left right", "northeast", "northeast southwest", "northwest", "northwest southeast", "other", "right", "southeast", "southwest", "up", "up down"];
                type: "choices";
            };
        };
    }];
    name: "arrow-direction";
} = ArrowDirection.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              label: "arrow-direction";
              type: "label";
              value: {
                  choices: readonly ["down", "left", "left right", "northeast", "northeast southwest", "northwest", "northwest southeast", "other", "right", "southeast", "southwest", "up", "up down"];
                  type: "choices";
              };
          };
      }]
    • Readonly name: "arrow-direction"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                label: "arrow-direction";
                type: "label";
                value: {
                    choices: readonly ["down", "left", "left right", "northeast", "northeast southwest", "northwest", "northwest southeast", "other", "right", "southeast", "southwest", "up", "up down"];
                    type: "choices";
                };
            };
        }];
        name: "arrow-direction";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "arrow-direction";
                type: "label";
                value: {
                    choices: readonly ["down", "left", "left right", "northeast", "northeast southwest", "northwest", "northwest southeast", "other", "right", "southeast", "southwest", "up", "up down"];
                    type: "choices";
                };
            };
        }]
      • Readonly name: "arrow-direction"

      Methods

      • Gets

        Returns "other" | "left" | "right" | "down" | "up" | "left right" | "northeast" | "northeast southwest" | "northwest" | "northwest southeast" | "southeast" | "southwest" | "up down"

      • Sets

        Parameters

        • arrowDirection: "other" | "left" | "right" | "down" | "up" | "left right" | "northeast" | "northeast southwest" | "northwest" | "northwest southeast" | "southeast" | "southwest" | "up down"

        Returns ArrowDirection

      Generated using TypeDoc