alfresco-ng2-components/docs/like.component.md

34 lines
600 B
Markdown

# ADF Like component
![Custom columns](docassets/images/social1.png)
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
* [Properties](#properties)
* [Events](#events)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage
```html
<adf-like [nodeId]="nodeId"></adf-like>
```
### Properties
| Attribute | Type | Default | Description |
| --- | --- | --- | --- |
| nodeId | string | | The identifier of a node.|
### Events
| Name | Description |
| --- | --- |
| changeVote | Raised when vote gets changed |