fic: xontext add description
This commit is contained in:
parent
4bc2d9f50f
commit
d647002ac3
|
@ -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',
|
||||||
|
}],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user