Skip to main content

EVENT_TYPE

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

Event type identifiers used with grok.events.onEvent() and __obs().

Events are grouped by prefix:

  • d4-*: Platform/UI events
  • grok-*: Grok-specific events (views, projects)
  • ddt-*: DataFrame/table events (used internally via DataFrame event getters)

See

  • Events class in events.ts for typed event getters
  • ./dart-interop.md for event system documentation

Enumeration Members

Enumeration MemberValueDefined in
ACCORDION_CONSTRUCTED"d4-accordion-constructed"js-api/src/const.ts:897
AI_AFTER_USER_PROMPT"d4-ai-after-user-prompt"js-api/src/const.ts:923
AI_BEFORE_USER_PROMPT"d4-ai-before-user-prompt"js-api/src/const.ts:922
AI_GENERATION_ABORT"d4-ai-generation-abort"js-api/src/const.ts:920
AI_PANEL_TOGGLE"d4-ai-panel-toggle"js-api/src/const.ts:921
CONTEXT_MENU"d4-context-menu"js-api/src/const.ts:845
CONTEXT_MENU_CLOSED"d4-menu-closed"js-api/src/const.ts:846
CURRENT_CELL_CHANGED"d4-current-cell-changed"js-api/src/const.ts:861
CURRENT_OBJECT_CHANGED"d4-current-object-changed"js-api/src/const.ts:860
CURRENT_PROJECT_CHANGED"grok-current-project-changed"js-api/src/const.ts:872
CURRENT_VIEW_CHANGED"d4-current-view-changed"js-api/src/const.ts:849
CURRENT_VIEW_CHANGING"d4-current-view-changing"js-api/src/const.ts:850
DIALOG_SHOWN"d4-dialog-showed"js-api/src/const.ts:895
ENTITY_SHARED"d4-entity-shared"js-api/src/const.ts:911
FILE_DRAG_ENTER"d4-file-drag-enter"js-api/src/const.ts:908
FILE_EDITED"grok-file-edited"js-api/src/const.ts:906
FILE_IMPORT_REQUEST"d4-file-import-request"js-api/src/const.ts:907
FORM_CREATING"d4-form-creating"js-api/src/const.ts:900
GRID_CELL_LINK_CLICKED"d4-grid-cell-link-clicked-global"js-api/src/const.ts:914
INPUT_CREATED"d4-input-created"js-api/src/const.ts:896
PACKAGE_LOADED"d4-package-loaded"js-api/src/const.ts:917
PANELS_CHANGED"grok-panels-changed"js-api/src/const.ts:932
PROJECT_CLOSED"grok-project-closed"js-api/src/const.ts:877
PROJECT_CLOSING"grok-project-closing"js-api/src/const.ts:876
PROJECT_MODIFIED"grok-project-modified"js-api/src/const.ts:878
PROJECT_OPENED"grok-project-opened"js-api/src/const.ts:875
PROJECT_SAVED"grok-project-saved"js-api/src/const.ts:873
PROJECT_SAVING"grok-project-saving"js-api/src/const.ts:874
QUERY_FINISHED"d4-query-finished"js-api/src/const.ts:869
QUERY_STARTED"d4-query-started"js-api/src/const.ts:868
RESET_FILTER_REQUEST"d4-reset-filter-request"js-api/src/const.ts:903
SERVER_MESSAGE"server-message"js-api/src/const.ts:929
TABLE_ADDED"d4-table-added"js-api/src/const.ts:864
TABLE_REMOVED"d4-table-removed"js-api/src/const.ts:865
TOOLTIP_CLOSED"d4-tooltip-closed"js-api/src/const.ts:892
TOOLTIP_REQUEST"d4-tooltip-request"js-api/src/const.ts:890
TOOLTIP_SHOWN"d4-tooltip-shown"js-api/src/const.ts:891
TREE_VIEW_NODE_ADDED"d4-tree-view-node-added"js-api/src/const.ts:926
VIEW_ADDED"grok-view-added"js-api/src/const.ts:851
VIEW_ADDING"grok-view-adding"js-api/src/const.ts:852
VIEW_CHANGED"grok-view-changed"js-api/src/const.ts:856
VIEW_CHANGING"grok-view-changing"js-api/src/const.ts:857
VIEW_LAYOUT_APPLIED"d4-view-layout-applied"js-api/src/const.ts:887
VIEW_LAYOUT_APPLYING"d4-view-layout-applying"js-api/src/const.ts:886
VIEW_LAYOUT_GENERATED"d4-view-layout-generated"js-api/src/const.ts:885
VIEW_REMOVED"grok-view-removed"js-api/src/const.ts:853
VIEW_REMOVING"grok-view-removing"js-api/src/const.ts:854
VIEW_RENAMED"grok-view-renamed"js-api/src/const.ts:855
VIEWER_ADDED"d4-viewer-added"js-api/src/const.ts:881
VIEWER_CLOSED"d4-viewer-closed"js-api/src/const.ts:882