Skip to main content

FUNC_TYPES

const FUNC_TYPES: object

Defined in: src/const.ts:362

Type Declaration

NameTypeDefault valueDescriptionDefined in
APPstring'app'An application that gets shown in the app store. Signature: app()src/const.ts:365
AUTOSTARTstring'autostart'Gets invoked at platform startup. Use it wisely as the whole package will get initialized. Signature: autostart()src/const.ts:377
CELL_EDITORstring'cellEditor'-src/const.ts:427
CELL_RENDERERstring'cellRenderer'Creates a cell renderer that is used for rendering cells for specific semantic types. Semantic type is derived from the cellRenderer-<semType> tag. Signature: cellRenderer(): GridCellRenderersrc/const.ts:402
CONVERTERstring'converter'Converts values. Has one input and one outputsrc/const.ts:418
DASHBOARDstring'dashboard'Makes a widget appear on the welcome screen Signature: dashboard(): DG.Widgetsrc/const.ts:410
DIM_RED_POSTPROCESSstring'dim-red-postprocessing-function'-src/const.ts:440
DIM_RED_PREPROCESSstring'dim-red-preprocessing-function'-src/const.ts:439
EDITORstring'editor'-src/const.ts:422
FILE_EXPORTERstring'fileExporter'Exports a file. Gets added to the "export" menu at startup. Signature: fileExporter()src/const.ts:392
FILE_IMPORTERstring'file-handler'Handles custom file formats. The meta.ext parameter should contain a comma-separated list of extensions. Signature: fileImporter(x: stringTypedArray): DataFrame[]
FILE_VIEWERstring'fileViewer'Creates a viewer (or editor) for a file with the specified extension. The extension is derived from the fileViewer-<extension> tag. Used in the file system browser. Signature: fileViewer(FileInfo): Viewsrc/const.ts:388
FILTERstring'filter'-src/const.ts:424
FOLDER_VIEWERstring'folderViewer'-src/const.ts:431
FUNCTION_ANALYSISstring'functionAnalysis'Function analysis. Examples: sensitivity analysis, parameter editor Func => Viewsrc/const.ts:415
HIT_DESIGNER_FUNCTIONstring'HitDesignerFunction'-src/const.ts:437
HIT_TRIAGE_DATA_SOURCEstring'HitTriageDataSource'-src/const.ts:435
HIT_TRIAGE_FUNCTIONstring'HitTriageFunction'-src/const.ts:434
HIT_TRIAGE_SUBMIT_FUNCTIONstring'HitTriageSubmitFunction'-src/const.ts:436
INITstring'init'Gets invoked when the containing package is initialized Signature: init()src/const.ts:373
MOLECULE_SKETCHERstring'moleculeSketcher'-src/const.ts:429
MONOMER_LIB_PROVIDERstring'monomer-lib-provider'-src/const.ts:442
NOTATION_REFINERstring'notationRefiner'-src/const.ts:445
PACKAGE_SETTINGS_EDITORstring'packageSettingsEditor'Edits package settings. Signature: packageSettingsEditor(): Widgetsrc/const.ts:406
PANELstring'panel'Context-specific widget that appears on the context panel Signature: panel(x: any): Widgetsrc/const.ts:369
SCRIPT_HANDLERstring'scriptHandler'-src/const.ts:432
SEARCH_PROVIDERstring'searchProvider'-src/const.ts:444
SEM_TYPE_DETECTORstring'semTypeDetector'Semantic type detector for a column. Gets invoked when a new dataframe is imported into the platform. Implementation should either set column.semType directly, or return the semantic type that will get assigned. Signature: semTypeDetector(Column): stringsrc/const.ts:382
TOOLTIPstring'tooltip'-src/const.ts:430
TRANSFORMstring'Transform'-src/const.ts:423
UNIT_CONVERTERstring'unitConverter'-src/const.ts:428
VALUE_EDITORstring'valueEditor'-src/const.ts:426
VIEWERstring'viewer'-src/const.ts:425
WIDGETstring'widget'-src/const.ts:420
WIDGETSstring'widgets'-src/const.ts:421