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/translations/api-docs/scheduler/standalone-event/standalone-event.json
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,9 @@
1
1
{
2
2
"componentDescription": "",
3
3
"propDescriptions": {
4
-
"className": {
5
-
"description": "CSS class applied to the element, or a function that returns a class based on the component's state."
6
-
},
7
-
"nativeButton": {
8
-
"description": "Whether the component renders a native <code><button></code> element when replacing it via the <code>render</code> prop. Set to <code>true</code> if the rendered element is a native button."
9
-
},
10
4
"onEventDrop": {
11
5
"description": "Callback fired when the event is dropped into the Event Calendar."
12
6
},
13
-
"render": {
14
-
"description": "Allows you to replace the component's HTML element with a different tag, or compose it with another component.<br>Accepts a <code>ReactElement</code> or a function that returns the element to render."
15
-
},
16
-
"style": {
17
-
"description": "Style applied to the element, or a function that returns a style object based on the component's state."
18
-
},
19
7
"sx": {
20
8
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
0 commit comments