mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* [ADF-2451] Reviewed component docs and fixed package.json issues * [ADF-2451] Fixed permission list brief desc and rebuilt indexes * [ADF-2451] Fixed incorrect filename for inherited button directive docs
29 lines
651 B
Markdown
29 lines
651 B
Markdown
---
|
|
Added: v2.3.0
|
|
Status: Active
|
|
Last reviewed: 2018-03-23
|
|
---
|
|
|
|
# Permission List Component
|
|
|
|
Shows node permissions as a table.
|
|
|
|

|
|
|
|
## Basic Usage
|
|
|
|
```html
|
|
<adf-permission-list [nodeId]="nodeId">
|
|
</adf-permission-list>
|
|
```
|
|
|
|
### Properties
|
|
|
|
| Name | Type | Default value | Description |
|
|
| ---- | ---- | ------------- | ----------- |
|
|
| nodeId | `string` | `null` | ID of the node whose permissions you want to show. |
|
|
|
|
## Details
|
|
|
|
This component uses a [Datatable component](../core/datatable.component.md) to show the
|
|
permissions retrieved from the [Node service](../core/node.service.md). |