fic: xontext add description

This commit is contained in:
cha0s 2020-06-28 12:05:44 -05:00
parent 4bc2d9f50f
commit d647002ac3

View File

@ -23,7 +23,7 @@ export function behaviorTypes() {
children: { children: {
add: { add: {
type: 'void', type: 'void',
label: 'Add $2 as $1.', label: 'Add $2 as $1 with type of $3.',
args: [ args: [
['key', { ['key', {
type: 'string', type: 'string',
@ -31,6 +31,9 @@ export function behaviorTypes() {
['value', { ['value', {
type: 'any', type: 'any',
}], }],
['type', {
type: 'string',
}],
], ],
}, },
}, },