mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
fix: update extraState property in serializer typedefs (#6057)
* fix: add quotes to serializer typedefs * fix: update typedef Co-authored-by: Beka Westberg <bwestberg@google.com> * fix: update typedef Co-authored-by: Beka Westberg <bwestberg@google.com> Co-authored-by: Beka Westberg <bwestberg@google.com>
This commit is contained in:
committed by
GitHub
parent
05b47e27d9
commit
55cae6ec85
@@ -60,7 +60,7 @@ exports.ConnectionState = ConnectionState;
|
||||
* enabled: (boolean|undefined),
|
||||
* inline: (boolean|undefined),
|
||||
* data: (string|undefined),
|
||||
* extra-state: (*|undefined),
|
||||
* extraState: (*|undefined),
|
||||
* icons: (!Object<string, *>|undefined),
|
||||
* fields: (!Object<string, *>|undefined),
|
||||
* inputs: (!Object<string, !ConnectionState>|undefined),
|
||||
|
||||
@@ -40,7 +40,7 @@ const {ToolboxSeparator} = goog.requireType('Blockly.ToolboxSeparator');
|
||||
* collapsed: (boolean|undefined),
|
||||
* inline: (boolean|undefined),
|
||||
* data: (string|undefined),
|
||||
* extra-state: (*|undefined),
|
||||
* extraState: (*|undefined),
|
||||
* icons: (!Object<string, *>|undefined),
|
||||
* fields: (!Object<string, *>|undefined),
|
||||
* inputs: (!Object<string, !ConnectionState>|undefined),
|
||||
|
||||
Reference in New Issue
Block a user