Skip to content

@vtj


@vtj / ui / AttachmentEmits

Type Alias: AttachmentEmits

AttachmentEmits = object

Defined in: packages/ui/types/components/attachment/types.d.ts:14

Properties

change

change: [AttachmentFile[]]

Defined in: packages/ui/types/components/attachment/types.d.ts:20


click

click: [AttachmentFile]

Defined in: packages/ui/types/components/attachment/types.d.ts:15


download

download: [AttachmentFile]

Defined in: packages/ui/types/components/attachment/types.d.ts:18


preview

preview: [AttachmentFile]

Defined in: packages/ui/types/components/attachment/types.d.ts:16


remove

remove: [AttachmentFile]

Defined in: packages/ui/types/components/attachment/types.d.ts:17


select

select: [AttachmentFile[]]

Defined in: packages/ui/types/components/attachment/types.d.ts:19


update:modelValue

update:modelValue: [AttachmentFile[]]

Defined in: packages/ui/types/components/attachment/types.d.ts:21


update:selectValue

update:selectValue: [AttachmentFile | AttachmentFile[]]

Defined in: packages/ui/types/components/attachment/types.d.ts:22

Released under the MIT License.