mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-05 23:36:20 +01:00
18 lines
No EOL
254 B
JavaScript
18 lines
No EOL
254 B
JavaScript
export default {
|
|
datum: {
|
|
type: 'datum',
|
|
optional: true,
|
|
defaultValue: {type: 'selection'}
|
|
},
|
|
radius: {
|
|
type: 'number',
|
|
defaultValue: 100,
|
|
min: 0
|
|
},
|
|
height: {
|
|
type: 'number',
|
|
defaultValue: 250,
|
|
min: 0
|
|
},
|
|
|
|
} |