mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-11-12 15:39:30 +00:00
1.8 KiB
1.8 KiB
Title, Added, Status
| Title | Added | Status |
|---|---|---|
| APA Properties Viewer Widget | v4.7.0 | Active |
APA Properties Viewer Widget
It makes use of the content metadata card to display the properties of the selected file in an attach widget in a form.
Basic Usage
This a form widget so it receives the FormFieldModel form the form renderer with the following meanings:
| Accessor | Type | Description |
|---|---|---|
field.value |
string |
The nodeId of the node which properties are going to be displayed |
field.params.propertiesViewerOptions |
object |
An object containing all the properties of the content metadata card |
Class members
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| field | FormFieldModel |
The field information |
Events
| Name | Type | Description |
|---|---|---|
| nodeContentLoaded | EventEmitter<Node> |
Emitted when the properties to be displayed are retrieved from the content service. |
| fieldChanged | EventEmitter<string> |
Emitted when the field changes |