Interface ContextHubConfigField


@ProviderType public interface ContextHubConfigField
Defines the ContextHubConfigField Sling Model used for the /granite/contexthub/components/configuratino/form/inheritedconfig component.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the path where the inherited configuration can be found, or null when the configuration isn't inherited.
    boolean
    Indicates if the configuration is inherited from a parent resource.
  • Method Details

    • isInheritedFromParent

      boolean isInheritedFromParent()
      Indicates if the configuration is inherited from a parent resource.
      Returns:
    • getInheritedConfigPath

      String getInheritedConfigPath()
      Returns the path where the inherited configuration can be found, or null when the configuration isn't inherited.
      Returns: