Preview: page-json.interface.ts
Size: 347 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/src/frontend/interfaces/page-json.interface.ts
import type { IconProps } from '@adminjs/design-system'
/**
* Representing the page in the sidebar
* @subcategory Frontend
*/
export interface PageJSON {
/**
* Page name
*/
name: string
/**
* Page component. Bundled with {@link ComponentLoader}
*/
component: string
/**
* Page icon
*/
icon?: IconProps['icon']
}
Directory Contents
Dirs: 2 × Files: 6