Readonly
schema
schema: {
attributes: {};
contents: readonly [{
type: "required";
value: {
label: "arrow-style";
type: "label";
value: {
choices: readonly ["combined", "double", "filled", "hollow", "other", "paired", "single"];
type: "choices";
};
};
}];
name: "arrow-style";
} = ArrowStyle.schema
Type declaration
Readonly
attributes: {}
Readonly
contents: readonly [{
type: "required";
value: {
label: "arrow-style";
type: "label";
value: {
choices: readonly ["combined", "double", "filled", "hollow", "other", "paired", "single"];
type: "choices";
};
};
}]
Readonly
name: "arrow-style"
Static
Readonly
schema
schema: {
attributes: {};
contents: readonly [{
type: "required";
value: {
label: "arrow-style";
type: "label";
value: {
choices: readonly ["combined", "double", "filled", "hollow", "other", "paired", "single"];
type: "choices";
};
};
}];
name: "arrow-style";
} = ...
Type declaration
Readonly
attributes: {}
Readonly
contents: readonly [{
type: "required";
value: {
label: "arrow-style";
type: "label";
value: {
choices: readonly ["combined", "double", "filled", "hollow", "other", "paired", "single"];
type: "choices";
};
};
}]
Readonly
name: "arrow-style"
The
<arrow-style>
elementParent element:
<arrow>
The
<arrow-style>
element represents the style of an arrow, using Unicode arrow terminology.https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/arrow-style/