ResourceListProps
Props for ResourceList
Properties
config
config:
ResourceListConfig
Config for ResourceList, defining ResourceList behavior and display
parentContextName?
optionalparentContextName:string
Name of the parent context added to Id for forming more unique Identifiers.
resources?
A promise that resolves to an array of resources to be displayed in the Table. Can be added to increase the performance of the component. This is useful when the resources are fetched from an API or database and you want to avoid fetching them again when the view is rendered.