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

    Modifier and Type
    Method
    Description
    default @Nullable ComponentData
    Returns the data layer information associated with the embeddable
  • Method Details

    • getData

      @Nullable default @Nullable ComponentData getData()
      Returns the data layer information associated with the embeddable
      Returns:
      ComponentData object associated with the embeddable
      Since:
      com.adobe.cq.wcm.core.components.models.embeddable 1.1.0