Skip to main content

FUNC_TYPES

const FUNC_TYPES: object

Defined in: js-api/src/const.ts:364

Type Declaration

NameTypeDefault valueDescriptionDefined in
AI_ENGINEstring'aiEngine'-js-api/src/const.ts:448
APPstring'app'An application that gets shown in the app store. Signature: app()js-api/src/const.ts:367
AUTOSTARTstring'autostart'Gets invoked at platform startup. Use it wisely as the whole package will get initialized. Signature: autostart()js-api/src/const.ts:379
CELL_EDITORstring'cellEditor'-js-api/src/const.ts:429
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(): GridCellRendererjs-api/src/const.ts:404
CONVERTERstring'converter'Converts values. Has one input and one outputjs-api/src/const.ts:420
DASHBOARDstring'dashboard'Makes a widget appear on the welcome screen Signature: dashboard(): DG.Widgetjs-api/src/const.ts:412
DIM_RED_POSTPROCESSstring'dim-red-postprocessing-function'-js-api/src/const.ts:442
DIM_RED_PREPROCESSstring'dim-red-preprocessing-function'-js-api/src/const.ts:441
EDITORstring'editor'-js-api/src/const.ts:424
FILE_EXPORTERstring'fileExporter'Exports a file. Gets added to the "export" menu at startup. Signature: fileExporter()js-api/src/const.ts:394
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): Viewjs-api/src/const.ts:390
FILTERstring'filter'-js-api/src/const.ts:426
FOLDER_VIEWERstring'folderViewer'-js-api/src/const.ts:433
FUNCTION_ANALYSISstring'functionAnalysis'Function analysis. Examples: sensitivity analysis, parameter editor Func => Viewjs-api/src/const.ts:417
HIT_DESIGNER_FUNCTIONstring'HitDesignerFunction'-js-api/src/const.ts:439
HIT_TRIAGE_DATA_SOURCEstring'HitTriageDataSource'-js-api/src/const.ts:437
HIT_TRIAGE_FUNCTIONstring'HitTriageFunction'-js-api/src/const.ts:436
HIT_TRIAGE_SUBMIT_FUNCTIONstring'HitTriageSubmitFunction'-js-api/src/const.ts:438
INITstring'init'Gets invoked when the containing package is initialized Signature: init()js-api/src/const.ts:375
MOLECULE_SKETCHERstring'moleculeSketcher'-js-api/src/const.ts:431
MONOMER_LIB_PROVIDERstring'monomer-lib-provider'-js-api/src/const.ts:444
NOTATION_REFINERstring'notationRefiner'-js-api/src/const.ts:450
PACKAGE_SETTINGS_EDITORstring'packageSettingsEditor'Edits package settings. Signature: packageSettingsEditor(): Widgetjs-api/src/const.ts:408
PANELstring'panel'Context-specific widget that appears on the context panel Signature: panel(x: any): Widgetjs-api/src/const.ts:371
SCRIPT_HANDLERstring'scriptHandler'-js-api/src/const.ts:434
SEARCH_PROVIDERstring'searchProvider'-js-api/src/const.ts:446
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): stringjs-api/src/const.ts:384
TOOLTIPstring'tooltip'-js-api/src/const.ts:432
TRANSFORMstring'Transform'-js-api/src/const.ts:425
UNIT_CONVERTERstring'unitConverter'-js-api/src/const.ts:430
VALUE_EDITORstring'valueEditor'-js-api/src/const.ts:428
VIEWERstring'viewer'-js-api/src/const.ts:427
WIDGETstring'widget'-js-api/src/const.ts:422
WIDGETSstring'widgets'-js-api/src/const.ts:423