Sama UI Library
    Preparing search index...

    Interface IFileDropZoneService

    Interface representing a service for handling drag-and-drop file operations.

    interface IFileDropZoneService {
        getFiles(): File[];
        setFiles(files: File[]): void;
    }

    Implemented by

    Index

    Methods