@wpkernel/core / ResourceAdminUIConfig
Interface: ResourceAdminUIConfig<TItem, TQuery>
Admin UI configuration for a resource.
Currently models the DataViews-based admin surface; additional admin integrations can extend this shape over time.
Type Parameters
TItem
TItem = unknown
Entity shape used in admin views.
TQuery
TQuery = unknown
Query shape used by admin list operations.
Indexable
ts
[key: string]: unknownAdditional fields reserved for future extensions.
Properties
dataviews?
ts
optional dataviews: ResourceDataViewsUIConfig<TItem, TQuery>;DataViews configuration for this resource's admin screen.
view?
ts
optional view: string;Selected admin view implementation. 'dataviews' is the canonical value.
