Interface Embeddable
-
- All Known Subinterfaces:
YouTube
@ConsumerType public interface Embeddable
A base interface to be extended by embeddable- Since:
- com.adobe.cq.wcm.core.components.models.embeddable 1.1.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default @Nullable ComponentDatagetData()Returns the data layer information associated with the embeddable
-
-
-
Method Detail
-
getData
@Nullable default @Nullable ComponentData getData()
Returns the data layer information associated with the embeddable- Returns:
ComponentDataobject associated with the embeddable- Since:
- com.adobe.cq.wcm.core.components.models.embeddable 1.1.0
-
-