@wpkernel/core / ResourceDataViewsMenuConfig
Interface: ResourceDataViewsMenuConfig
Admin menu metadata for a generated DataViews screen.
When provided under ui.admin.dataviews.screen.menu, the CLI can emit matching PHP shims to register the screen in the WordPress admin menu.
Indexable
ts
[key: string]: unknownProperties
slug
ts
slug: string;title
ts
title: string;capability?
ts
optional capability: string;parent?
ts
optional parent: string;position?
ts
optional position: number;