MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

MethodbeforeSetSize
* Triggered before the size config gets changed * @param {String|null} value * @param {String|null} oldValue * @returns {String|null}
apps/devindex/view/Viewport.mjs:112
MethodbeforeSetSize
* Triggered before the size config gets changed * @param {String|null} value * @param {String|null} oldValue * @returns {String|null}
apps/portal/view/Viewport.mjs:117
MethodbeforeSetSlideDirection
* Triggered before the slideDirection config gets changed * @param {String} value * @param {String} oldValue * @returns {String} *
src/layout/Card.mjs:175
MethodbeforeSetSlideDirection
* Triggered before the slideDirection config gets changed * @param {String} value * @param {String} oldValue * @protected
src/component/Toast.mjs:255
MethodbeforeSetSlots
* Before the new value for slots will be set we create a Set from the string * @param {String} value * @return {Set} * @protected
src/plugin/PrefixField.mjs:181
MethodbeforeSetSocket
* Triggered before the socket config gets changed. * @param {WebSocket|null} value * @param {WebSocket|null} oldValue * @returns {WebSo
src/data/connection/WebSocket.mjs:129
MethodbeforeSetSorters
* @param {Array} value * @param {Array} oldValue * @protected
src/collection/Base.mjs:400
MethodbeforeSetState
* Triggered before the state config gets changed * @param {String} value The new value of the state config. * @param {String} oldValue Th
ai/agent/Loop.mjs:151
MethodbeforeSetState
* Triggered before the state config gets changed * @param {String} value * @param {String} oldValue * @returns {String} * @protect
src/component/StatusBadge.mjs:364
MethodbeforeSetStateProvider
* Triggered before the stateProvider config gets changed. * Creates a state.Provider instance if needed. * @param {Object} value * @par
src/component/Abstract.mjs:324
MethodbeforeSetStorage
* Triggered before the storage config gets changed. * @param {Object|Neo.ai.graph.storage.Base} value * @param {Object|Neo.ai.graph.storage.
ai/graph/Database.mjs:260
MethodbeforeSetStore
* Triggered before the store config gets changed * @param {Neo.data.Store|Object} value * @param {Neo.data.Store|Object} oldValue * @re
src/toolbar/Breadcrumb.mjs:123
MethodbeforeSetStore
* Triggered before the store config gets changed. * @param {Neo.data.Store|Object|null} value * @param {Neo.data.Store|null} oldValue *
src/toolbar/Paging.mjs:172
MethodbeforeSetStore
* Triggered before the store config gets changed. * @param {Neo.data.Store|null} value * @param {Neo.data.Store|null} oldValue * @prote
src/component/Helix.mjs:531
MethodbeforeSetStore
* Triggered before the store config gets changed. * @param {Neo.data.Store|Object|null} value * @param {Neo.data.Store|null} oldValue *
src/component/Carousel.mjs:158
MethodbeforeSetStore
* Triggered before the store config gets changed. * @param {Neo.data.Store|null} value * @param {Neo.data.Store|null} oldValue * @retur
src/component/Gallery.mjs:359
MethodbeforeSetStore
* Triggered before the store config gets changed. * @param {Object|Neo.data.Store|null} value * @param {Neo.data.Store} oldValue
src/grid/Container.mjs:677
MethodbeforeSetStore
* Triggered before the store config gets changed. * @param {Neo.data.Store|Object|null} value * @param {Neo.data.Store|null} oldValue *
src/grid/footer/Toolbar.mjs:51
MethodbeforeSetStore
* Triggered before the store config gets changed. * @param {Object|Neo.data.Store|null} value * @param {Neo.data.Store} oldValue * @ret
src/form/field/ComboBox.mjs:282
MethodbeforeSetStore
* Triggered before the store config gets changed. * @param {Object|Neo.data.Store|null} value * @param {Neo.data.Store} oldValue
src/table/Container.mjs:341
MethodbeforeSetStore
* Triggered before the store config gets changed. * @param {Object|Neo.data.Store} value * @param {Object|Neo.data.Store} oldValue * @r
src/list/Base.mjs:461
MethodbeforeSetStore
* Triggered before the store config gets changed. * @param {Object|Neo.data.Store} value * @param {Object|Neo.data.Store} oldValue * @r
src/tree/List.mjs:169
MethodbeforeSetStore
* Triggered before the store config gets changed. * @param {Object|Neo.data.Store} value * @param {Object|Neo.data.Store} oldValue * @r
src/sitemap/Component.mjs:97
MethodbeforeSetStores
* Triggered before the stores config gets changed. * @param {Object|null} value * @param {Object|null} oldValue * @returns {Object|null
src/state/Provider.mjs:219
MethodbeforeSetStyle
* @param {Object} value * @param {Object} oldValue * @protected * @returns {null}
src/container/Fragment.mjs:89
MethodbeforeSetSubLabelCls
* Triggered before the subLabelCls config gets changed * @param {String[]} value * @param {String[]} oldValue * @returns {String[]}
src/form/field/Text.mjs:1036
MethodbeforeSetTabBarPosition
* Validates the new value for the `tabBarPosition` config. * @param {String} value The new value. * @param {String} oldValue The old value.
src/tab/Container.mjs:254
MethodbeforeSetTargetSource
* Validates `targetSource` against {@link VALID_TARGET_SOURCES}. Invalid values * coerce to `null` (+ warn); the resolver then applies its own 's
ai/daemons/orchestrator/services/SwarmHeartbeatService.mjs:193
MethodbeforeSetTextContainerPosition
* Triggered before the textContainerPosition config gets changed * @param {String} value * @param {String} oldValue * @returns {String}
apps/portal/view/home/FeatureSection.mjs:212
MethodbeforeSetTimeAxisPosition
* Triggered before the timeAxisPosition config gets changed * @param {String} value * @param {String} oldValue * @protected
src/calendar/view/week/Component.mjs:560
MethodbeforeSetTransitionEasing
* Triggered before the transitionEasing config gets changed * @param {String} value * @param {String} oldValue * @protected
src/grid/plugin/AnimateRows.mjs:98
MethodbeforeSetTransitionEasing
* Triggered before the transitionEasing config gets changed * @param {String} value * @param {String} oldValue * @protected
src/list/plugin/Animate.mjs:125
MethodbeforeSetTriggerAction
* Triggered before the triggerAction config gets changed * @param {String} value * @param {String} oldValue * @protected
src/form/field/ComboBox.mjs:330
MethodbeforeSetTriggerPosition
* Triggered before the triggerPosition config gets changed * @param {String} value * @param {String} oldValue * @protected
src/form/field/Number.mjs:239
MethodbeforeSetTriggers
* Triggered before the triggers config gets changed * @param {Object|Object[]} value * @param {Object[]} oldValue * @returns {Object[]}
src/form/field/Text.mjs:1048
MethodbeforeSetUpdateDepth
* Triggered before the updateDepth config gets changed. * @param {Number} value * @param {Number} oldValue * @returns {Number} * @
src/component/Base.mjs:1099
MethodbeforeSetValue
* Triggered before the value config gets changed * @param {String|null} value * @param {String|null} oldValue * @returns {String|null}
src/component/Markdown.mjs:156
MethodbeforeSetValue
* Triggered before the value config gets changed * @param {String} value * @param {String} oldValue * @protected
src/component/DateSelector.mjs:429
MethodbeforeSetValue
* Triggered before the value config got changed * @param {String} value * @param {String} oldValue * @protected
src/form/field/Date.mjs:176
MethodbeforeSetValue
* Triggered before the value config gets changed * @param {String|null} value * @param {String|null} oldValue * @returns {String|null}
src/form/field/Text.mjs:1095
MethodbeforeSetValue
* Triggered before the value config gets changed * @param {String} value * @param {String} oldValue * @protected * @returns {Strin
src/form/field/Time.mjs:258
MethodbeforeSetValue
* Triggered before the value config gets changed. * @param {Number|Object|String} value * @param {Number|Object|String} oldValue * @ret
src/form/field/ComboBox.mjs:341
MethodbeforeSetValue
* Triggered before the value config gets changed * @param {Number|String} value * @param {Number} oldValue * @protected
src/form/field/Number.mjs:249
MethodbeforeSetView
* Gets triggered before setting the value of the view config * @returns {String} the view id
src/selection/Model.mjs:78
MethodbeforeSetViews
* Triggered before the views config gets changed. * @param {String[]} value * @param {String[]} oldValue * @protected
src/calendar/view/MainContainer.mjs:416
MethodbeforeSetWeekStartDay
* Triggered before the weekStartDay config gets changed * @param {String} value * @param {String} oldValue * @protected
src/component/DateSelector.mjs:444
MethodbeforeSetWeekStartDay
* Triggered before the weekStartDay config gets changed * @param {String} value * @param {String} oldValue * @protected
src/calendar/view/week/Component.mjs:570
MethodbeforeSetWeekStartDay
* Triggered before the weekStartDay config gets changed * @param {String} value * @param {String} oldValue * @protected
src/date/SelectorContainer.mjs:291
MethodbeforeSetWrap
* Checks if the new value for "wrap" is valid * @param {String} value * @param {String} oldValue * @protected * @returns {String}
src/layout/Flexbox.mjs:224
MethodbeforeSetWrap
* Checks if the new wrap value matches a value of the static wrapValues config * @param {String} value * @param {String} oldValue * @re
src/form/field/TextArea.mjs:203
MethodbeforeSetWrapperCls
* @param {String[]|null} value * @param {String[]|null} oldValue * @protected * @returns {null}
src/container/Fragment.mjs:99
MethodbeforeSetWrapperStyle
* @param {Object} value * @param {Object} oldValue * @protected * @returns {null}
src/container/Fragment.mjs:109
MethodbeforeToolDispatch
(ctx)
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:84
MethodbeforeToolDispatch
* @summary Pre-dispatch identity-spoof guard. Rejects any tool-call argument * that would let the client override server-stamped identity. No-op
ai/mcp/server/memory-core/Server.mjs:128
MethodbeforeToolDispatch
* @summary Refuses MCP file writes to the operator-ratified tenets document placeholder. * * This v0 guard hardcodes the exact repo-root pat
ai/mcp/server/file-system/Server.mjs:71
Methodbodies
* The active bodies in visual order (`bodyStart`, `body`, `bodyEnd`) — the render/event delegates * the single View-owned SelectionModel spans fo
src/grid/View.mjs:59
Methodbody
* Convenience method to access the Neo.table.Body * @returns {Neo.table.Body|null}
src/table/Container.mjs:121
Methodboot
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:471
Methodboot
* @summary Custom boot order (override of `BaseServer.boot`): transport connects EARLY * so MCP-client handshake succeeds even when the Bridge is
ai/mcp/server/neural-link/Server.mjs:107
Methodboot
* @summary Custom boot order (override of `BaseServer.boot`). Memory Core's bootstrap * has three constraints that the canonical sequence doesn't
ai/mcp/server/memory-core/Server.mjs:173
MethodbootRuntimeFreshnessErrors
* Boot-time runtime identity read errors. * @member {String[]} bootRuntimeFreshnessErrors
ai/services/knowledge-base/HealthService.mjs:132
MethodbootRuntimeFreshnessErrors
* Boot-time runtime identity read errors. * @member {String[]} bootRuntimeFreshnessErrors
ai/services/memory-core/HealthService.mjs:947
MethodbootRuntimeFreshnessErrors
* Boot-time runtime identity read errors. * @member {String[]} bootRuntimeFreshnessErrors
ai/services/github-workflow/HealthService.mjs:124
MethodbootRuntimeIdentity
* Boot-time runtime identity captured before long-lived MCP clients can go stale. * @member {Object} bootRuntimeIdentity
ai/services/knowledge-base/HealthService.mjs:120
MethodbootRuntimeIdentity
* Boot-time runtime identity captured before long-lived MCP clients can go stale. * @member {Object} bootRuntimeIdentity
ai/services/memory-core/HealthService.mjs:935
MethodbootRuntimeIdentity
* Boot-time runtime identity captured before long-lived MCP clients can go stale. * @member {Object} bootRuntimeIdentity
ai/services/github-workflow/HealthService.mjs:112
Methodbottom
()
test/playwright/setup.mjs:20
Methodbottom
(b)
src/util/Rectangle.mjs:227
MethodbridgeDaemonEnabled
()
ai/daemons/orchestrator/Orchestrator.mjs:205
Methodbuffer
()
src/core/Base.mjs:379
MethodbuildFromConfig
* @returns {Object}
ai/services/shared/vector/chromaClientPrimitives.mjs:29
MethodbuildFromConfig
* @returns {Object}
ai/services/shared/vector/chromaClientPrimitives.mjs:74
MethodbuildInfo
(token, user, tokenInfo = null)
ai/mcp/server/shared/services/AuthService.mjs:320
MethodbuildRequestContext
* @summary SSE-only hook: builds the KB RequestContext from authenticated transport identity. * * Knowledge Base read and ingest services en
ai/mcp/server/knowledge-base/Server.mjs:89
MethodbuildSubtree
(conceptId)
ai/services/ConceptService.mjs:287
MethodbuildSummaryPrompt
ai/services/memory-core/SessionService.mjs:540
MethodbulkUpdateRecords
* In case you want to update multiple existing records in parallel, * using this method is faster than updating each record one by one. * At
src/grid/Container.mjs:691
MethodbuttonHandler
(data)
apps/form/view/pages/Page1.mjs:43
FunctionbyWeight
({ weight : lhs = 0 }, { weight : rhs = 0 })
src/container/Base.mjs:12
MethodcacheUpdate
* Stores the last date change which could not get applied while a transition was running * @param {Date} [date=this.currentDate] * @protecte
src/calendar/view/YearComponent.mjs:490
Methodcalculate
* @param {Object} data * @param {Number} data.childCount * @param {String} data.childrenUrl * @param {Str
apps/portal/model/Ticket.mjs:63
Methodcalculate
* @param {Object} data * @param {String} data.date * @param {String} data.name * @returns {String}
apps/portal/model/BlogNeo.mjs:48
Methodcalculate
* @param {Object} data * @param {String} data.date * @param {String} data.id * @returns {String}
apps/portal/model/Release.mjs:45
Methodcalculate
* @param {Object} data * @param {String} data.id * @param {Boolean} data.isLeaf * @param {String} data.state
apps/portal/model/Discussion.mjs:96
FunctioncallMethod
* Calls a method on a specific instance. * @param {String} id The instance ID * @param {String} method The m
test/playwright/fixtures.mjs:193
MethodcallMethod
* Calls a method on a specific instance. * @param {Object} params * @param {String} params.id * @param {String} params.method * @p
src/ai/client/InstanceService.mjs:95
MethodcallOverwritten
* From within an overwrite, a method can call a parent method, by using callOverwritten. * * @example * afterSetHeight(value, oldVal
src/core/Base.mjs:497
FunctioncallTool
(name, args)
ai/mcp/server/knowledge-base/toolService.mjs:76
MethodcallTool
* Executes a specific tool with the given arguments. * @param {String} toolName * @param {Object} args * @returns {Promise<any>}
ai/mcp/ToolService.mjs:53
Functioncamel
* Converts kebab-case strings into camel-case * @memberOf module:Neo * @param {String} value The target object * @returns {String}
src/Neo.mjs:215
MethodcanRender
* Checks if the canvas is ready to render. * Returns true only if the context exists and the simulation is not paused. * Subclasses should c
src/canvas/Base.mjs:114
Functioncapitalize
* Makes the first character of a string uppercase * @memberOf module:Neo * @param {String} value * @returns {Boolean|String} Returns fa
src/Neo.mjs:229
FunctioncaptureWarn
(...args)
test/playwright/unit/util/Env.spec.mjs:18
MethodcellRenderer
* @param {Object} data * @param {Neo.button.Base} data.column * @param {Number} data.columnIndex * @param {S
src/grid/column/AnimatedCurrency.mjs:60
MethodcellRenderer
* @param {Object} data * @param {Neo.column.Base} data.column * @param {Number} data.columnIndex * @param {N
src/grid/column/Component.mjs:92
MethodcellRenderer
* @param {Object} data * @param {Neo.button.Base} data.column * @param {Number} data.columnIndex * @param {S
src/grid/column/Base.mjs:210
MethodcellRenderer
* @param {Object} data * @param {Neo.button.Base} data.column * @param {Number} data.columnIndex * @param {S
src/grid/column/Currency.mjs:54
MethodcellRenderer
* @param {Object} data * @param {Neo.button.Base} data.column * @param {Number} data.columnIndex * @param
src/table/header/Button.mjs:249
Methodchange
(value)
examples/form/field/text/MainContainer.mjs:199
Methodchange
({value})
examples/table/container/MainContainer.mjs:92
← previousnext →5,601–5,700 of 8,612, ranked by callers