ElementsElement Types & MethodsComponent InstancesCopy pageThe component element represents a component instance within the Webflow Designer. Methods Get ComponentRetrieves the associated component definition of the component instance. Get PropsGets the values for all props on the component instance. Get Resolved PropsGets the resolved values for all props on the component instance. Set PropsSets prop values on the component instance, with support for static overrides, bindings, and resets. Reset All PropsResets all prop values on the component instance to their component defaults. Creating & managing componentsLearn more about creating and managing component definitions in the Components Overview. Properties PropertyDescriptionTypeExampleidUnique identifier for the element composed of two identifiers, the component and the element.object{component: "64c813...", element: "5edf8e59-71f9..."}typeSpecifies the type of the element.string”ComponentInstance”childrenIndicates whether the element can contain child elements.booleanfalsecustomAttributesIndicates whether the element can have custom attributes.booleanfalsestylesIndicates whether the element can contain styles.booleanfalsetextContentIndicates whether the element can contain text contentbooleanfalse