Documentation
Backoffice core
Pure backoffice manifests, builders, detail helpers, resolvers, and URL state helpers.
@plumile/backoffice-core is the pure helper package for backoffice contracts.
Main public surface:
- manifest and facet builders such as
createToolManifest,createListDetailManifest,createListFacet, andcreateToolFacet; - detail-page helpers such as
normalizeDetailPages,validateDetailPages, andresolveDetailPageById; - resolution helpers for list, picker, detail layout, detail page, and tool facets;
- URL helpers such as
encodeBackofficeDetailParams,decodeBackofficeDetailParams, and state helpers fromstate/*; - shared constants and types.
Use package exports and documented subpaths only.