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