Objects

PageAreaType

Type containing widget page area information

Type containing widget page area information

type PageAreaType {
  id: Int!
  name: String
  index: Int!
}

Fields

id ● Int! non-null scalar required

ID

name ● String scalar

Name

index ● Int! non-null scalar required

Index

Member Of

PageWidgetCollectionType object