Reference > Admin > Root
Admin
Admin app core: createFeature, createAbstraction, Provider, Plugin
WHAT YOU'LL LEARN
- Which event handlers can you implement?
- How to import and use each exported item?
Overview
This page documents everything exported from webiny/admin. Import any of the items below directly from this path in your Webiny extensions.
Hooks
useFeature
Function — imported from webiny/admin
Other
BuildParamBuildParamscreateHasPermissioncreatePermissionSchemacreateUsePermissionsNetworkErrorEventHandler
BuildParam
Abstraction — imported from webiny/admin
Interface BuildParam.Interface:
Types:
Usage:
extensions/MyImpl.ts
BuildParams
Abstraction — imported from webiny/admin
Interface BuildParams.Interface:
Types:
Usage:
extensions/MyImpl.ts
createHasPermission
Function — imported from webiny/admin
createPermissionSchema
Function — imported from webiny/admin
createUsePermissions
Function — imported from webiny/admin
NetworkErrorEventHandler
Event Handler Abstraction — imported from webiny/admin
Interface NetworkErrorEventHandler.Interface:
Types:
Usage:
extensions/MyHandler.ts