REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.68 KB
Close
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/src/frontend/interfaces/resource-json.interface.ts
Text
Base64
import { BasePropertyJSON } from './property-json/index.js' import { ActionJSON } from './action/action-json.interface.js' /** * Resource object accessible on the fronted * @alias ResourceJSON * @subcategory Frontend */ export interface ResourceJSON { /** * Unique Id of a resource */ id: string; /** * Resource name */ name: string; /** * url to a resource list action. If null - resource should not be seen in the sidebar. */ href: string | null; /** * Resource parent - visible on the sidebar */ navigation: { /** * Parent name */ name: string | null; /** * Parent icon */ icon: string; /** * Visibility */ show: boolean; } | null; /** * Property which should be treated as a Main property */ titleProperty: BasePropertyJSON; /** * Actions available for entire resource with type: resource */ resourceActions: Array<ActionJSON>; /** * All actions - whether they are available or not. */ actions: Array<ActionJSON>; /** * Properties which should be visible on the list */ listProperties: Array<BasePropertyJSON>; /** * Properties which should be visible on the edit view */ editProperties: Array<BasePropertyJSON>; /** * Properties which should be visible on the show view */ showProperties: Array<BasePropertyJSON>; /** * Properties which should be visible on the filter */ filterProperties: Array<BasePropertyJSON>; /** * Map of all properties inside the resource. It also contains nested properties. * So this is the easies way of getting any property you like from a resource. */ properties: Record<string, BasePropertyJSON>; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 2 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
action
DIR
-
drwxr-xr-x
2026-02-28 00:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
property-json
DIR
-
drwxr-xr-x
2026-02-28 00:32:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.ts
286 B
lrw-r--r--
2026-02-28 00:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
modal.interface.ts
502 B
lrw-r--r--
2026-02-28 00:32:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
noticeMessage.interface.ts
482 B
lrw-r--r--
2026-02-28 00:32:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
page-json.interface.ts
347 B
lrw-r--r--
2026-02-28 00:32:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
record-json.interface.ts
1.32 KB
lrw-r--r--
2026-02-28 00:32:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
resource-json.interface.ts
1.68 KB
lrw-r--r--
2026-02-28 00:32:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).