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: src/api/types/ComponentProperty.ts
+1-13Lines changed: 1 addition & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,4 @@
2
2
3
3
importtype*asWebflowfrom"../index";
4
4
5
-
/**
6
-
* Represents a property of a component instance in the DOM. A property contains a list of both the raw text and the HTML representation, allowing for flexibility in rendering and processing. Additional attributes can be associated with the text for styling or other purposes.
7
-
*/
8
-
exportinterfaceComponentProperty{
9
-
/** The ID of the property. */
10
-
propertyId?: string;
11
-
/** The type of the property. */
12
-
type?: Webflow.ComponentPropertyType;
13
-
/** The label of the property in the UI. */
14
-
label?: string;
15
-
/** Represents text content within the DOM. It contains both the raw text and its HTML representation. */
0 commit comments