You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plugin/api-reference.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,10 @@ The `_custom` object has the following properties:
113
113
-`readOnly`: mark this value has not editable
114
114
-`fields`: an object of configure immediate child fields
115
115
-`abstract`
116
+
-`actions`: an array of buttons to add to the field
117
+
-`icon`: material icon identifier
118
+
-`tooltip`: button tooltip
119
+
-`action`: function to be executed
116
120
117
121
When you add new sections with the `type` property, you should declare them in the `componentStateTypes` array in the plugin descriptor when you call the `setupDevtoolsPlugin`.
0 commit comments