Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/neomjs/neo
/ functions
Functions
8,612 in github.com/neomjs/neo
⨍
Functions
8,612
◇
Types & classes
2,567
Method
renderer
({column, rowIndex})
examples/table/container/MainContainer.mjs:130
Method
rendererGithubId
* @param {Object} data * @param {String} data.value * @returns {String}
examples/serverside/gridContainer/Viewport.mjs:44
Method
replaceAt
* Replaces a container item at a given index * @param {Number} index * @param {Neo.component.Base} item * @param {Boolean} destroyItem=
src/container/Base.mjs:934
Method
replaceChildVnode
* Replaces a child vnode inside a vnode tree by a given id * @param {Object} vnode * @param {String} id * @param {Object} newChildVnode
src/util/VNode.mjs:262
Method
reportValidity
* Runs checkValidity() method, and if it returns false, * then it reports to the user that the input is invalid. * @returns {Promise<Boolean
src/component/mwc/TextField.mjs:236
Method
reportValidity
* @param {Object} data * @param {String} data.id * @returns {Boolean}
src/main/addon/Mwc.mjs:84
Method
reset
* Bulk-update multiple record fields at once * @param {Object} fields
src/data/RecordFactory.mjs:301
Method
reset
* Resets field values by field name or field id. * Fields not included with a value will get reset to null. * @param {Object} [values]
src/form/Container.mjs:306
Method
reset
* Resets the field to a new value or null * @param {*} value=null
src/form/field/Base.mjs:384
Method
reset
* Resets the field to its original value or null depending on the clearToOriginalValue config * You can optionally pass a new value, which will a
src/form/field/Time.mjs:396
Method
resolve
* Resolves and caches the compact runtime freshness diagnostic. * * `gitHead` is intentionally contextual: it helps explain that a checkout
ai/mcp/server/shared/services/RuntimeFreshnessService.mjs:166
Function
resolveHead
({mirrorRoot, tenantId, repoSlug, ref = 'HEAD'} = {})
ai/services/knowledge-base/helpers/gitMirror.mjs:490
Function
resume
* Resumes effect execution. If the pause counter returns to zero and effects * have been queued, they will all be executed synchronously.
src/core/EffectManager.mjs:108
Method
resume
* Resumes the Shared Worker render loop.
src/app/SharedCanvas.mjs:267
Function
resumeTracking
* Re-enables dependency tracking for the currently active effect. * @protected
src/core/EffectManager.mjs:126
Method
resumeWindowDrag
* @param {String} widgetName * @param {DOMRect} proxyRect
src/draggable/dashboard/SortZone.mjs:406
Method
retrieveCanvas
* @param {Object} data * @param {String} data.nodeId * @param {String} data.origin * @param {Number} data.windowId
src/worker/Canvas.mjs:178
Method
right
()
test/playwright/setup.mjs:17
Method
right
(r)
src/util/Rectangle.mjs:234
Method
rippleWrapper
* @member {Object} rippleWrapper
src/button/Base.mjs:205
Method
rotateX
* @param t * @returns {*}
src/util/Matrix.mjs:106
Method
rotateZ
* @param t * @returns {*}
src/util/Matrix.mjs:138
Function
run
(options)
buildScripts/docs/jsdoc-x/runner.mjs:154
Method
run
* Executes the Discovery Workflow. * * 1. **State Loading:** Loads the `visited` cache and `blocklist`. * 2. **Strategy Selection:**
apps/devindex/services/Spider.mjs:86
Method
run
()
apps/devindex/services/OptOut.mjs:38
Method
run
* Executes the comprehensive cleanup and data hygiene workflow. * * **Steps:** * 1. **Load State:** Reads all JSON data files into mem
apps/devindex/services/Cleanup.mjs:60
Method
run
()
src/component/Carousel.mjs:124
Method
runConceptDiscovery
* Concept discovery entry point. Delegates to `ConceptDiscoveryService` to mine * recurring architectural vocabulary from Memory Core session sum
ai/daemons/orchestrator/services/DreamService.mjs:834
Method
runGarbageCollection
* Executes the global "Fade" algorithm across all Native Graph edges, * then executes Vector Apoptosis to clean up resulting orphaned nodes from
ai/services/graph/GraphMaintenanceService.mjs:29
Method
runGuardrailed
(prompt, note)
ai/services/memory-core/SessionService.mjs:584
Method
runHealthcheckAndLogStatus
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:487
Method
runPlaywrightTest
({absolutePath})
ai/mcp/server/file-system/services/FileSystemService.mjs:66
Method
runScriptJson
* Spawn a node subprocess for the named script, parse its stdout as JSON, * and return the parsed object (or null on parse failure). * @para
ai/daemons/orchestrator/services/SwarmHeartbeatService.mjs:912
Function
runTask
(taskName, reason)
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.spec.mjs:204
Function
runTask
(taskName, reason)
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:112
Method
runTask
* Runs the task under the orchestrator state and health envelopes. * @param {Object} options * @param {String} [options.taskName='primary-de
ai/daemons/orchestrator/services/PrimaryRepoSyncService.mjs:191
Method
runtimeStartedAt
* ISO timestamp captured when this server module was loaded. * @member {String} runtimeStartedAt
ai/services/knowledge-base/HealthService.mjs:150
Method
runtimeStartedAt
* ISO timestamp captured when this service module was loaded. * @member {String} runtimeStartedAt
ai/services/memory-core/HealthService.mjs:965
Method
runtimeStartedAt
* ISO timestamp captured when this server module was loaded. * @member {String} runtimeStartedAt
ai/services/github-workflow/HealthService.mjs:142
Function
sanitizeInput
buildScripts/util/sanitizer.mjs:8
Method
saveUser
* @param {Object} opts * @returns {Promise<any>}
apps/realworld2/view/MainContainerController.mjs:360
Method
scanDir
(dir)
ai/services/github-workflow/sync/IssueSyncer.mjs:1239
Function
schedule
(event)
test/playwright/unit/ai/AgentOrchestrator.spec.mjs:40
Method
scroll
(event)
apps/portal/view/home/MainContainer.mjs:37
Method
scrollByRows
* Used for keyboard navigation (selection models) * @param {Number} index * @param {Number} step
src/grid/Body.mjs:1331
Method
scrollToIndex
* @summary Scrolls the grid horizontally so the column slot at `index` becomes fully visible, * by driving the dedicated horizontal scrollbar ele
src/grid/header/Toolbar.mjs:409
Function
searchIssues
({ repo, since, until })
ai/scripts/lifecycle/revalidationSweep.mjs:200
Method
second
* Convenience shortcut * @param {Number} [windowId] * @returns {Object}
src/util/HashHistory.mjs:113
Function
seed
Seeds a cache-resident chunk.
test/playwright/unit/ai/services/knowledge-base/KnowledgeBase.TenantIsolation.spec.mjs:72
Method
selectFirstListItem
*
src/form/field/ComboBox.mjs:692
Method
selectLastListItem
*
src/form/field/ComboBox.mjs:699
Method
selectedCells
* @member {String[]} selectedCells
src/grid/Body.mjs:268
Method
selectedRecordField
* The selected-record annotation field. Body-agnostic — delegates to the center body. * @returns {String}
src/grid/View.mjs:68
Method
selectedRows
* @member {String[]} selectedRows
src/grid/Body.mjs:281
Method
selectedRows
* @member {String[]} selectedRows
src/table/Body.mjs:83
Function
send
(payload)
test/playwright/unit/ai/mcp/server/shared/AuthService.spec.mjs:311
Method
sendForm
* @param form * @param {Object} opts * @returns {XMLHttpRequest}
src/data/connection/Xhr.mjs:229
Function
set
(field, value)
test/playwright/unit/ai/mcp/server/shared/AuthService.spec.mjs:299
Function
set
(target, prop, value)
ai/ConfigProvider.mjs:431
Function
set
(value)
src/Neo.mjs:401
Function
set
(currentTarget, property, value)
src/state/createHierarchicalDataProxy.mjs:81
Method
setCenter
* @param {Object} data * @param {String} data.id * @param {Object} data.value
src/main/addon/OpenStreetMaps.mjs:380
Function
setComponentConfig
(id, config)
test/playwright/util/RmaHelpers.mjs:24
Method
setComponentProperty
* Sets a property on a component by its ID. * @param {Object} opts The options object. * @param {String} opts.id The co
ai/services/neural-link/ComponentService.mjs:146
Function
setConfig
(id, config)
test/playwright/fixtures.mjs:39
Method
setConfigs
* Set configs from within the app worker * @param {Object} data * @param {String} data.appName
src/main/addon/WindowPosition.mjs:245
Method
setCookie
* @param {Object} data * @param {String} data.value
src/main/addon/Cookie.mjs:55
Method
setCssVariable
* @param {Object} data * @param {String} data.key * @param {String} [data.priority] optionally pass 'important' * @param {String} data.
src/worker/App.mjs:889
Method
setCssVariable
* @param {Object} data * @param {String} data.key * @param {String} [data.priority] optionally pass 'important' * @param {String} data.
src/main/addon/Stylesheet.mjs:276
Method
setData
* @param {Object} data={}
src/draggable/list/DragZone.mjs:136
Method
setDataAtSameLevel
* Use this method instead of setData() in case you want to enforce * setting all keys on this instance instead of looking for matches inside pare
src/state/Provider.mjs:691
Method
setDefaultHeaders
* Needed for remote method access * * @param {Object} value
src/data/connection/Xhr.mjs:240
Method
setFilter
* @param {Object} data * @param {String} data.layerId * @param {Object} data.options * @param {Boolean} data.options.validate = true
src/component/wrapper/MapboxGL.mjs:373
Method
setFirstColumnDate
* @param {Date} date
src/calendar/view/DayComponent.mjs:35
Method
setGlobalConfig
* Initiates a global Neo.config change from the Main Thread. * * This method acts as a proxy, routing the config change request to the App W
src/worker/Manager.mjs:678
Function
setHeader
(field, value)
test/playwright/unit/ai/mcp/server/shared/AuthService.spec.mjs:307
Method
setInstanceProperties
* Sets properties on a specific instance by its ID. * @param {Object} opts * @param {String} opts.sessionId * @param {String} opts.id
ai/services/neural-link/InstanceService.mjs:74
Method
setLayoutProperty
* @param {Object} data * @param {String} data.layerId * @param {String} data.key * @param {Object} data.options * @param {Boolean}
src/component/wrapper/MapboxGL.mjs:395
Method
setNeoConfig
* @param {Object} params * @param {Object} params.config * @returns {Object}
src/ai/client/RuntimeService.mjs:441
Method
setPaintProperty
* @param {Object} data * @param {String} data.layerId * @param {String} data.key * @param {Object} data.options * @param {Boolean}
src/component/wrapper/MapboxGL.mjs:418
Function
setProperties
* Sets properties on a specific instance. * @param {String} id The instance ID * @param {Object} properties
test/playwright/fixtures.mjs:215
Function
setRequestHandler
(schema, handler)
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:31
Function
setRequestHandler
(schema, handler)
test/playwright/unit/ai/mcp/server/FileSystemPolicy.spec.mjs:27
Function
setRequestHandler
(schema, handler)
test/playwright/unit/ai/mcp/server/memory-core/Server.spec.mjs:187
Function
setRoute
* Drives the application to a specific hash route. * @param {String} hash The hash string * @param {String}
test/playwright/fixtures.mjs:426
Method
setRoute
* Sets the application route (hash). * @param {Object} opts The options object. * @param {String} opts.hash The new hash va
ai/services/neural-link/RuntimeService.mjs:192
Method
setSelection
* Set the selection either bei record id or record. * You can pass a record or a recordId as value * * @param {Record|Record[]|Number|N
src/tree/Accordion.mjs:446
Method
setState
* Convenience shortcut * @param args
src/controller/Component.mjs:189
Method
setStaticConfig
* Sets the value of a static config by a given key * @param {String} key The key of a staticConfig defined inside static getStaticConfig * @
src/core/Base.mjs:1138
Method
setTheme
* @param {Object} data * @param {String} data.id * @param {String} data.value
src/main/addon/MonacoEditor.mjs:166
Method
setZoom
* @param {Object} data * @param {String} data.id - Map ID (mapId) * @param {Number} data.value - The zoom level to set * @param {Number
src/main/addon/OpenStreetMaps.mjs:390
Method
setup
* Setups the SSE transport for an MCP server. * @param {Object} options * @param {Object} options.server The Neo MCP Server instance *
ai/mcp/server/shared/services/TransportService.mjs:132
Function
setupClass
* This is the final and most critical step in the Neo.mjs class creation process. * It is called at the end of every class module definition.
src/Neo.mjs:811
Method
show
* @param {Object} data * @param {String} data.id * @returns {Boolean}
src/main/addon/Popover.mjs:46
Method
show
(color = 'red')
src/util/Rectangle.mjs:568
Method
showDirectoryPicker
* Shows a directory picker which allows the user to select a directory. * returns a promise fulfilled by a directory handle object. * See: h
src/main/addon/FileSystemAccess.mjs:53
Method
showMarker
* @param {String} id
src/component/wrapper/OpenStreetMaps.mjs:361
Method
showMarker
* @param {String} id
src/component/wrapper/GoogleMaps.mjs:361
Method
showMarker
* @param {Object} data * @param {String} data.id * @param {String} data.mapId
src/main/addon/OpenStreetMaps.mjs:454
Method
showOpenFilePicker
* Shows a file picker which allows a user to select a file or files. * returns a promise fulfilled an array of 1 or more filehandle objects.
src/main/addon/FileSystemAccess.mjs:64
← previous
next →
8,301–8,400 of 8,612, ranked by callers