Type Alias LayoutListItemType
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[]
Optional
displayName?: string | null
id: string
name: string
Optional
parentId?: Id | null
selectedByUser: boolean