Interface ProjectOptions


public interface ProjectOptions
Handler to define further options for a project.
Since:
5.0.101
  • Method Details

    • addStoreType

      ProjectOptions.StoreTypeOptions addStoreType(@NotNull Store.Type type)
      Add a store type to restrict navigation upon.
      Parameters:
      type - The type to restrict to.
      Returns:
      An option handler on the given store type within the project.
      Since:
      5.0.101