Interface ContextHubConfigField
-
@ProviderType public interface ContextHubConfigField
Defines theContextHubConfigFieldSling Model used for the/granite/contexthub/components/configuratino/form/inheritedconfigcomponent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetInheritedConfigPath()Returns the path where the inherited configuration can be found, ornullwhen the configuration isn't inherited.booleanisInheritedFromParent()Indicates if the configuration is inherited from a parent resource.
-
-
-
Method Detail
-
isInheritedFromParent
boolean isInheritedFromParent()
Indicates if the configuration is inherited from a parent resource.- Returns:
-
getInheritedConfigPath
java.lang.String getInheritedConfigPath()
Returns the path where the inherited configuration can be found, ornullwhen the configuration isn't inherited.- Returns:
-
-