mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-16 13:32:37 +01:00
5 lines
No EOL
98 B
JavaScript
5 lines
No EOL
98 B
JavaScript
export default {
|
|
type: 'enum',
|
|
optional: true,
|
|
values: ['INTERSECT', 'SUBTRACT', 'UNION']
|
|
}; |