Datalayer Desktop - v0.0.2
    Preparing search index...

    Interface DocumentItemProps

    interface DocumentItemProps {
        document: DocumentItem;
        isSelected: boolean;
        onDelete: () => void;
        onDownload: () => void;
        onSelect: () => void;
    }
    Index

    Properties

    document: DocumentItem
    isSelected: boolean
    onDelete: () => void
    onDownload: () => void
    onSelect: () => void