Package com.adobe.aemds.guide.model
Interface CustomPropertyInfo
- 
@ProviderType public interface CustomPropertyInfoDefines the model that provides custom property functionalities used by the sightly page 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getProperties()java.util.List<CustomPropertyGroup>getPropertyGroups() 
 - 
 
- 
- 
Method Detail
- 
getPropertyGroups
@Nullable java.util.List<CustomPropertyGroup> getPropertyGroups()
 
- 
getProperties
@Nullable java.util.Map<java.lang.String,java.lang.String> getProperties()
 
 - 
 
 -