Skip to main content

FUNC_TYPES

const FUNC_TYPES: object

Defined in: src/const.ts:350

Type Declaration

NameTypeDefault valueDescriptionDefined in
APPstring'app'An application that gets shown in the app store. Signature: app()src/const.ts:353
AUTOSTARTstring'autostart'Gets invoked at platform startup. Use it wisely as the whole package will get initialized. Signature: autostart()src/const.ts:365
CELL_EDITORstring'cellEditor'-src/const.ts:415
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:390
CONVERTERstring'converter'Converts values. Has one input and one outputsrc/const.ts:406
DASHBOARDstring'dashboard'Makes a widget appear on the welcome screen Signature: dashboard(): DG.Widgetsrc/const.ts:398
DIM_RED_POSTPROCESSstring'dim-red-postprocessing-function'-src/const.ts:428
DIM_RED_PREPROCESSstring'dim-red-preprocessing-function'-src/const.ts:427
EDITORstring'editor'-src/const.ts:410
FILE_EXPORTERstring'fileExporter'Exports a file. Gets added to the "export" menu at startup. Signature: fileExporter()src/const.ts:380
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:376
FILTERstring'filter'-src/const.ts:412
FOLDER_VIEWERstring'folderViewer'-src/const.ts:419
FUNCTION_ANALYSISstring'functionAnalysis'Function analysis. Examples: sensitivity analysis, parameter editor Func => Viewsrc/const.ts:403
HIT_DESIGNER_FUNCTIONstring'HitDesignerFunction'-src/const.ts:425
HIT_TRIAGE_DATA_SOURCEstring'HitTriageDataSource'-src/const.ts:423
HIT_TRIAGE_FUNCTIONstring'HitTriageFunction'-src/const.ts:422
HIT_TRIAGE_SUBMIT_FUNCTIONstring'HitTriageSubmitFunction'-src/const.ts:424
INITstring'init'Gets invoked when the containing package is initialized Signature: init()src/const.ts:361
KNIME_WORKFLOWstring'knimeWorkflow'-src/const.ts:435
MOLECULE_SKETCHERstring'moleculeSketcher'-src/const.ts:417
MONOMER_LIB_PROVIDERstring'monomer-lib-provider'-src/const.ts:430
NOTATION_REFINERstring'notationRefiner'-src/const.ts:433
PACKAGE_SETTINGS_EDITORstring'packageSettingsEditor'Edits package settings. Signature: packageSettingsEditor(): Widgetsrc/const.ts:394
PANELstring'panel'Context-specific widget that appears on the context panel Signature: panel(x: any): Widgetsrc/const.ts:357
SCRIPT_HANDLERstring'scriptHandler'-src/const.ts:420
SEARCH_PROVIDERstring'searchProvider'-src/const.ts:432
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:370
TOOLTIPstring'tooltip'-src/const.ts:418
TRANSFORMstring'Transform'-src/const.ts:411
UNIT_CONVERTERstring'unitConverter'-src/const.ts:416
VALUE_EDITORstring'valueEditor'-src/const.ts:414
VIEWERstring'viewer'-src/const.ts:413
WIDGETstring'widget'-src/const.ts:408
WIDGETSstring'widgets'-src/const.ts:409