Readonly
schema
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"
Static
Readonly
schema
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"
The
<arrow-direction>
elementParent 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/