StickAttributes: {
    dashed-circle: "yes" | "no" | null;
    parentheses: "yes" | "no" | null;
    tip: "down" | "left" | "northeast" | "northwest" | "right" | "southeast" | "southwest" | "up" | null;
}

Type declaration

  • dashed-circle: "yes" | "no" | null

    Indicates the presence of a dashed circle around the round beater part of a pictogram. The value is no if not specified.

  • parentheses: "yes" | "no" | null

    Indicates the presence of parentheses around the round beater part of a pictogram. The value is no if not specified.

  • tip: "down" | "left" | "northeast" | "northwest" | "right" | "southeast" | "southwest" | "up" | null

    Represents the direction in which the tip of a stick or beater points, using Unicode arrow terminology.

Generated using TypeDoc