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
@@ -44,13 +44,65 @@ The Properties Panel can be quickly accessed by double clicking any widget in t
44
44
45
45
:::note[Switching to Code]
46
46
To switch from the visual property editor to a code-based property editor, hover near the property and click the "Switch to Code View" button. You can also cmd+click this button to jump to the specific line in the code editor where the property is defined.
47
+
48
+
<div style={{
49
+
position: 'relative',
50
+
paddingBottom: 'calc(50.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
Some properties for widgets are hidden by default. However, any property that's accessible in the underlying widget can be set from the property panel.
52
79
If you are looking for a hidden property, you can search for it or add it using the "+ Add Property" button at the top of the Property panel.
53
80
81
+
<div style={{
82
+
position: 'relative',
83
+
paddingBottom: 'calc(50.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
0 commit comments