ResourceListConfig
Configuration interface for ResourceList
Defines behavior and appearance settings for resource list components
Properties
hideBackButton?
optionalhideBackButton:boolean
Hides the back button above the list.
hideResourceListDropdownMenu?
optionalhideResourceListDropdownMenu:boolean
Hides the ResourceList view mode dropdown menu (table/cards).
oDataConfig?
optionaloDataConfig:ODataConfig
Default OData configuration
pluralName?
optionalpluralName:string
Plural name of the resource, used as subHeading when tableRequired is false
resourceFilterListConfig?
optionalresourceFilterListConfig: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?
optionalshowFilters: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?
optionaltableRequired:boolean
Whether to show the table when there are no resources to display If false, will show pluralName as the table subHeading
unstableLayout?
optionalunstableLayout:Layout
Allows customizing the component's layout.