mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 04:12:53 +01:00
13 lines
187 B
JavaScript
13 lines
187 B
JavaScript
export default {
|
|
edges: {
|
|
type: 'array',
|
|
itemType: 'edge',
|
|
defaultValue: {
|
|
type: 'selection',
|
|
}
|
|
},
|
|
thickness: {
|
|
type: 'number',
|
|
defaultValue: 20
|
|
}
|
|
}
|