webiny-admin-aco-catalog

$npx mdskill add webiny/webiny-js/webiny-admin-aco-catalog

Navigate and retrieve admin catalog records.

  • Agents need folder navigation and record retrieval.
  • Depends on webiny admin aco abstractions.
  • Uses source files for exact interface and types.
  • Delivers results through import statements.
SKILL.md
.github/skills/webiny-admin-aco-catalogView on GitHub ↗
---
name: webiny-admin-aco-catalog
context: webiny-api
description: >
  admin/aco — 2 abstractions.
---

# admin/aco

## How to Use

1. Find the abstraction you need below
2. Read the source file to get the exact interface and types
3. Import: `import { Name } from "<importPath>";`

## Abstractions

---

**Name:** `useNavigateFolder`
**Import:** `import { useNavigateFolder } from "webiny/admin/aco"`
**Source:** `@webiny/app-aco/hooks/useNavigateFolder.ts`

---

**Name:** `useRecords`
**Import:** `import { useRecords } from "webiny/admin/aco"`
**Source:** `@webiny/app-aco/hooks/useRecords.ts`

---
More from webiny/webiny-js