mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 00:45:08 +01:00
15 lines
No EOL
221 B
JavaScript
15 lines
No EOL
221 B
JavaScript
export default {
|
|
datum: {
|
|
type: 'datum',
|
|
initializeBySelection: 0
|
|
},
|
|
axis: {
|
|
type: 'enum',
|
|
values: ['X', 'Y', 'Z'],
|
|
defaultValue: 'X'
|
|
},
|
|
angle: {
|
|
type: 'number',
|
|
defaultValue: 0
|
|
}
|
|
} |