fix(blocksAntd): actions are triggered, not fired

This commit is contained in:
Gervwyk 2020-11-20 21:49:26 +02:00
parent b0b4d590d8
commit c128f04d58
5 changed files with 11 additions and 11 deletions

View File

@ -45,7 +45,7 @@
}, },
"button": { "button": {
"type": "object", "type": "object",
"description": "Button object to customized the close button. Fires onClose action when clicked." "description": "Button object to customized the close button. Triggers onClose action when clicked."
}, },
"description": { "description": {
"type": "string", "type": "string",

View File

@ -107,11 +107,11 @@
"properties": { "properties": {
"onExpand": { "onExpand": {
"type": "array", "type": "array",
"description": "Fire action when ellipse expand is clicked." "description": "Trigger action when ellipse expand is clicked."
}, },
"onCopy": { "onCopy": {
"type": "array", "type": "array",
"description": "Fire action when copy text is clicked." "description": "Trigger action when copy text is clicked."
} }
} }
} }

View File

@ -173,15 +173,15 @@
"properties": { "properties": {
"onExpand": { "onExpand": {
"type": "array", "type": "array",
"description": "Fire action when ellipse expand is clicked." "description": "Trigger action when ellipse expand is clicked."
}, },
"onCopy": { "onCopy": {
"type": "array", "type": "array",
"description": "Fire action when copy text is clicked." "description": "Trigger action when copy text is clicked."
}, },
"onChange": { "onChange": {
"type": "array", "type": "array",
"description": "Fire action when paragraph is changed." "description": "Trigger action when paragraph is changed."
} }
} }
} }

View File

@ -112,11 +112,11 @@
"properties": { "properties": {
"onExpand": { "onExpand": {
"type": "array", "type": "array",
"description": "Fire action when ellipse expand is clicked." "description": "Trigger action when ellipse expand is clicked."
}, },
"onCopy": { "onCopy": {
"type": "array", "type": "array",
"description": "Fire action when copy text is clicked." "description": "Trigger action when copy text is clicked."
} }
} }
} }

View File

@ -176,15 +176,15 @@
"properties": { "properties": {
"onExpand": { "onExpand": {
"type": "array", "type": "array",
"description": "Fire action when ellipse expand is clicked." "description": "Trigger action when ellipse expand is clicked."
}, },
"onCopy": { "onCopy": {
"type": "array", "type": "array",
"description": "Fire action when copy text is clicked." "description": "Trigger action when copy text is clicked."
}, },
"onChange": { "onChange": {
"type": "array", "type": "array",
"description": "Fire action when paragraph is changed." "description": "Trigger action when paragraph is changed."
} }
} }
} }