Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 643 Bytes

manageAttachmentsSection.component.md

File metadata and controls

18 lines (12 loc) · 643 Bytes

IDEAManageAttachmentsSectionComponent

Selector

idea-attachments-section

Inputs

  • section (AttachmentSection) - The attachments section to manage.
  • entityPath (string | string[]) - The API path to the entity for which we want to manage the attachments.
  • acceptedFormats (string[]) - The list of accepted formats.
  • multiple (boolean) - Whether to accept multiple files as target for the browse function.
  • lines (string) - Lines preferences for the component.
  • color (string) - The background color of the component.

Outputs

  • download (EventEmitter) - Trigger to download a file by URL.