FeedLayout: { autocollapsePublisher?: boolean | null; compactFeed?: boolean | null; feedFilterPosition?: string | null; feedFilters: FeedLayoutFilter[]; fullWidthFeed?: boolean | null; hideSidebar?: boolean | null; highlightExternalFeedItems?: boolean | null; leftComponents: FeedLayoutComponent[]; rightComponents: FeedLayoutComponent[]; useInlineFiltersInConsole?: boolean | null; } Type declaration
Optional autocollapsePublisher?: boolean | null
Optional compactFeed?: boolean | null
Optional feedFilterPosition?: string | null
Optional fullWidthFeed?: boolean | null
Optional hideSidebar?: boolean | null
Optional highlightExternalFeedItems?: boolean | null
Optional useInlineFiltersInConsole?: boolean | null