Type alias ClusterJSON

ClusterJSON: [KeyLabelsJSON | KeyChangesJSON, ...(KeyLabelsJSON | KeyChangesJSON & {
    r?: false;
    rx?: false;
    ry?: false;
    [k: string]: unknown;
})[]]

Keys and their running changes grouped by their rotation origin and y coordinate.

Generated using TypeDoc