PermissionMatrix
stableGrid of resource-permission grants for agent authorization
import { PermissionMatrix } from "@nodus/design-system/patterns"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
grantsreq | Grant[] | — | Array of resource-operation grants ({ resource, operations, rationale? }) |
interactive | boolean | false | Enable hover tooltips showing grant rationale |
grantsrequiredType
Grant[]Default —Array of resource-operation grants ({ resource, operations, rationale? })
interactiveType
booleanDefault falseEnable hover tooltips showing grant rationale
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?