Skip to main content

ResourceListProps

Props for ResourceList

Properties

config

config: ResourceListConfig

Config for ResourceList, defining ResourceList behavior and display


parentContextName?

optional parentContextName: string

Name of the parent context added to Id for forming more unique Identifiers.


resources?

optional resources: WithId[] | Promise<WithId[]>

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.