Skip to main content

Attachment component

Level: beginner

Use the Attachment component to work with files. The component lets you display, add, and delete files. Before you use the component, make sure that the Freedom UI page schema includes the data source. Learn more: Operations with data for Mobile Creatio.

View the example of a configuration object that works with files below.

Example of a configuration object that works with files
{
"type": "crt.Attachments",
"items": "AttachmentItems"
}

string type

Component type. crt.Attachments for the Attachment component.


string items

The attribute from the viewModelConfig schema section.


See also

Operations with data for Mobile Creatio