jsketcher/web/app/cad/craft/datum/rotate/rotateDatumOpSchema.js
2018-10-30 23:02:52 -07:00

15 lines
No EOL
230 B
JavaScript

export default {
datum: {
type: 'datum',
defaultValue: {type: 'selection'}
},
axis: {
type: 'enum',
values: ['X', 'Y', 'Z'],
defaultValue: 'X'
},
angle: {
type: 'number',
defaultValue: 0
}
}