LayoutListItemType: {
    availableForUser: boolean;
    childLayouts: Id[];
    displayName?: string | null;
    id: string;
    name: string;
    parentId?: Id | null;
    selectedByUser: boolean;
    type: LayoutType;
}

Type declaration

  • availableForUser: boolean
  • childLayouts: Id[]
  • OptionaldisplayName?: string | null
  • id: string
  • name: string
  • OptionalparentId?: Id | null
  • selectedByUser: boolean
  • type: LayoutType