alfresco-ng2-components/docs/form-list.component.md

679 B

ADF Form List Component

The component shows the activiti forms as a list.

Basic Usage

<adf-form-list
[forms]="[{ name: 'My Name', lastUpdatedByFullName: 'My User Name', lastUpdated: '2017-06-01'}]">
</adf-form-list>

Properties

The recommended set of properties can be found in the following table:

Name Type Default Description
forms any The array that contains the information to show inside the list.