FlexiPageRegion: {
    appendable?: string | null;
    componentInstances: ComponentInstance[];
    mode?: string | null;
    name: string;
    prependable?: string | null;
    replaceable?: string | null;
    type: string;
}

Type declaration

  • Optional appendable?: string | null
  • componentInstances: ComponentInstance[]
  • Optional mode?: string | null
  • name: string
  • Optional prependable?: string | null
  • Optional replaceable?: string | null
  • type: string