mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 09:52:34 +01:00
11 lines
168 B
JavaScript
11 lines
168 B
JavaScript
export default {
|
|
edges: {
|
|
type: 'array',
|
|
itemType: 'edge',
|
|
initializeBySelection: true
|
|
},
|
|
thickness: {
|
|
type: 'number',
|
|
defaultValue: 20
|
|
}
|
|
}
|