Skip to main content

ResourceListConfig

Configuration interface for ResourceList

Defines behavior and appearance settings for resource list components

Properties

hideBackButton?

optional hideBackButton: boolean

Hides the back button above the list.


hideResourceListDropdownMenu?

optional hideResourceListDropdownMenu: boolean

Hides the ResourceList view mode dropdown menu (table/cards).


oDataConfig?

optional oDataConfig: ODataConfig

Default OData configuration


pluralName?

optional pluralName: string

Plural name of the resource, used as subHeading when tableRequired is false


resourceFilterListConfig?

optional resourceFilterListConfig: ResourceFilterListConfig

Position of the filter list relative to the table


resourceName

resourceName: string

Name of the resource, required to retrieve metadata information about this resource type


showFilters?

optional showFilters: boolean

Whether to show filtering options


tableConfig

tableConfig: TableConfig

Configuration for Table component within the resource list. Controls table appearance, column behavior, and interactions. Determines aspects like maximum columns, filter position, edit mode, and custom actions.


tableRequired?

optional tableRequired: boolean

Whether to show the table when there are no resources to display If false, will show pluralName as the table subHeading


unstableLayout?

optional unstableLayout: Layout

Allows customizing the component's layout.