mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-08 01:13:27 +01:00
12 lines
221 B
JavaScript
12 lines
221 B
JavaScript
export default {
|
|
operandA: {
|
|
type: 'shell',
|
|
markColor: 0xC9FFBC,
|
|
defaultValue: {type: 'selection'}
|
|
},
|
|
operandB: {
|
|
type: 'shell',
|
|
markColor: 0xFFBEB4,
|
|
defaultValue: {type: 'selection'}
|
|
}
|
|
};
|