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

    Interface NotebookItemProps

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

    Properties

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