UNPKG

@maap-jupyterlab/dps-jupyter-extension

Version:

A JupyterLab extension for submitting and viewing jobs.

10 lines (9 loc) 245 B
/** * Describes the fields to be displayed in the AlgorithmDetailsBox component. * The accessors are relative to the IJob type. */ export declare const ALGORITHM_DETAILS_BOX: { header: string; accessor: string; type: string; }[];