storeLayoutType property

String? storeLayoutType
getter/setter pair

The store layout type.

By default, this value is set to "basic" if the homepageId field is not set, and to "custom" otherwise. If set to "basic", the layout will consist of all approved apps that have been whitelisted for the user. Possible string values are:

  • "unknown"
  • "basic"
  • "custom"

Implementation

core.String? storeLayoutType;