Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IListFormAttachmentsProps

List Form Attachments Properties

Hierarchy

  • IListFormAttachmentsProps

Index

Properties

Properties

el

el: Element

The element to render the form to.

info

info: IListFormResult

The list form information.

Optional onSave

onSave: (info: IListFormResult) => void

The item attachment saved event.

Type declaration

    • (info: IListFormResult): void
    • Parameters

      • info: IListFormResult

      Returns void

Generated using TypeDoc