MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

MethodshowRipple
* @param {Object} data
src/tab/header/Button.mjs:82
MethodshowRipple
* @param {Object} data
src/tab/header/EffectButton.mjs:72
MethodshowSaveFilePicker
* Shows a file picker that allows a user to save a file. * returns a promise fulfilled by a filehandle object fulfillment. * See: https://de
src/main/addon/FileSystemAccess.mjs:75
MethodsignalStateTransition
* Handles state transition signals from autonomous agents. * @param {Object} options The options object * @param {String} opt
ai/services/github-workflow/AgentStateService.mjs:37
FunctionsimulateEvent
* Simulates a native DOM event directly onto the VNode exactly as a user would. * @param {Object|Object[]} events Sequence of eve
test/playwright/fixtures.mjs:304
MethodsimulateEvent
* Simulates a native DOM event sequence. * @param {Object} opts * @param {Object[]} opts.events * @param {String} opts.sessionId *
ai/services/neural-link/InteractionService.mjs:103
FunctionsortArray
(a, b)
buildScripts/helpers/convertDesignTokens.mjs:129
MethodsortCharacters
* A sort comparator function used to order character VDOM nodes based on their * `top` and `left` style properties. This ensures a consistent DOM
src/component/MagicMoveText.mjs:547
FunctionsortChunkFolders
* Orders chunk-folder nodes within a group by their positional chunk number, descending (newest / * highest-numbered chunk first). This matches the n
buildScripts/docs/index/pulls.mjs:146
FunctionsortChunkFolders
* Orders chunk-folder nodes within a group by their positional chunk number, descending (newest / * highest-numbered chunk first). This matches the n
buildScripts/docs/index/tickets.mjs:145
MethodsortItems
*
src/component/Helix.mjs:1059
MethodsortItems
* Disabling the super class logic for now, since the collection.Base mutation event already covers the sorting * @param {Object} data
src/calendar/view/calendars/List.mjs:158
FunctionsortPulls
* @param {Object} a * @param {Object} b * @returns {Number}
buildScripts/docs/index/pulls.mjs:97
FunctionsortTickets
* @param {Object} a * @param {Object} b * @returns {Number}
buildScripts/docs/index/tickets.mjs:96
MethodsplitButtonHandler
* @param {Object} data
src/button/Menu.mjs:25
MethodsplitButtonHandler
* Override as needed or pass a controller based handler into triggerButtonConfig * @param {Object} data
src/button/Split.mjs:226
Functionstart
(controller)
test/playwright/unit/data/parser/Stream.spec.mjs:38
Functionstart
()
test/playwright/unit/ai/AgentOrchestrator.spec.mjs:44
MethodstartWindowDrag
* @param {Object} data * @param {String} data.popupHeight * @param {String} data.popupName * @param {String} data.popupWidth
src/main/addon/DragDrop.mjs:592
Functionstatus
(code)
test/playwright/unit/ai/mcp/server/shared/AuthService.spec.mjs:298
Functionstep
()
test/playwright/e2e/GridThumbDrag.spec.mjs:90
Functionstop
()
ai/daemons/embed/drainCycle.mjs:302
MethodstopAll
* Stops all running tasks from collection. * If remove is true, it will remove all tasks from Manager * @param {Boolean} remove
src/manager/Task.mjs:184
Methodstore
* The Store is owned by the macro layer (gridContainer); the View-owned SelectionModel reads it * here rather than through an individual body.
src/grid/View.mjs:77
MethodstoreReferences
*
apps/sharedcovid/view/TableContainerController.mjs:288
Methodstream
* Streams text completion. * * @param {String|Array} input * @param {Object} [options] * @returns {AsyncGenerator<String>} Yields
ai/provider/Gemini.mjs:162
Methodstream
* Streams text completion. * * @param {String|Array} input * @param {Object} [options] * @returns {AsyncGenerator<String>} Yields
ai/provider/Ollama.mjs:297
MethodstripHtml
* hello <foo>world thorsten! 3 < 4 and 5 > 3 * @param {String} value * @returns {String}
src/main/DomEvents.mjs:899
Methodsubscribe
* Sets up keyboard based navigation within the passed element id. * * When navigation occurs from one navigable element to another, the `nav
src/main/addon/Navigator.mjs:443
Methodsupported
* Tests if the browser supports the File System Access API. * @returns {Boolean}
src/main/addon/FileSystemAccess.mjs:83
MethodsuspendWindowDrag
* @param {String} widgetName
src/draggable/dashboard/SortZone.mjs:628
MethodswarmHeartbeatEnabled
()
ai/daemons/orchestrator/Orchestrator.mjs:207
MethodswarmHeartbeatExplicitTargets
()
ai/daemons/orchestrator/Orchestrator.mjs:194
MethodswarmHeartbeatIdentity
()
ai/daemons/orchestrator/Orchestrator.mjs:193
MethodswitchDirection
* Handles the change event from the 'horizontal' checkbox in the configuration panel. * This method demonstrates how to dynamically alter the beh
examples/component/splitter/MainContainer.mjs:124
MethodswitchItems
* @param {Number} index1 * @param {Number} index2
src/draggable/grid/header/toolbar/SortZone.mjs:524
MethodswitchTheme
* Switches the theme for all connected apps * @param {Object} data
apps/shareddialog/view/MainContainerController.mjs:582
MethodswitchTheme
* You can pass in 'light', 'dark', or a path for a custom theme * @param {Object} data * @param {String} data.theme
src/main/addon/HighlightJS.mjs:120
MethodsyncBodies
* Delegates body scroll-synchronization to grid.View, which owns body orchestration. * @param {Number} scrollTop
src/grid/Container.mjs:1217
MethodsyncModalMask
* @param {Object} data * @param {String} data.id * @param {Boolean} data.modal
src/main/DomAccess.mjs:1117
MethodsyncTo
* Programmatically drives the scroll state for a registered connection without triggering feedback loops. * Expected to be called by other Main T
src/main/addon/ScrollSync.mjs:194
MethodsyntaxHighlight
* @param {Object} data * @param {String} data.vnodeId
src/main/addon/HighlightJS.mjs:139
FunctionsynthesizeGoldenPath
()
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.spec.mjs:374
MethodtabContainer
* @returns {Neo.component.Base|null}
src/code/LivePreview.mjs:143
MethodtargetOver
({ target, data })
src/tooltip/Base.mjs:200
MethodtenantRepoSyncEnabled
()
ai/daemons/orchestrator/Orchestrator.mjs:203
MethodtestMethod
(data)
test/playwright/unit/worker/mixin/RemoteMethodAccess.spec.mjs:38
MethodtextNode
* @member {Object} textNode
src/button/Base.mjs:211
Functionthrottle
(callback, scope, delay=300)
src/util/Function.mjs:179
Methodthrottle
()
src/core/Base.mjs:381
FunctionthrowingExec
()
test/playwright/unit/ai/daemons/wake/instanceResolver.spec.mjs:77
Functiontick
()
ai/daemons/embed/drainCycle.mjs:277
MethodtoArray
* Converts any iterable (strings, numeric indices and a length property) into a true array * @param {Object|String} iterable * @param {Numbe
src/core/Util.mjs:211
MethodtoJSON
()
test/playwright/unit/core/MixinSerialization.spec.mjs:32
MethodtoJSON
* Serializes the container into a JSON-compatible object. * @returns {Object}
src/container/Base.mjs:963
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/layout/Cube.mjs:439
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/layout/Flexbox.mjs:290
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/layout/Base.mjs:197
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/layout/Card.mjs:297
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/layout/Form.mjs:86
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/collection/Sorter.mjs:160
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/collection/Base.mjs:1673
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/collection/Filter.mjs:226
MethodtoJSON
* @returns {Object}
src/toolbar/Base.mjs:177
MethodtoJSON
* Serializes the component into a JSON-compatible object. * Extends the core.Base serialization with component-specific properties. * @retur
src/component/Base.mjs:1709
MethodtoJSON
* Serializes the component into a JSON-compatible object. * Extends the core.Base serialization with component-specific properties. * @retur
src/component/Abstract.mjs:535
MethodtoJSON
* Serializes the MonacoEditor into a JSON-compatible object. * @returns {Object}
src/component/wrapper/MonacoEditor.mjs:499
MethodtoJSON
* Serializes the AmChart into a JSON-compatible object. * @returns {Object}
src/component/wrapper/AmChart.mjs:174
MethodtoJSON
* @returns {Object}
src/selection/Model.mjs:304
MethodtoJSON
* @returns {Object}
src/selection/DateSelectorModel.mjs:154
MethodtoJSON
* @returns {Object}
src/selection/GalleryModel.mjs:286
MethodtoJSON
* @returns {Object}
src/selection/HelixModel.mjs:289
MethodtoJSON
* @returns {Object}
src/selection/grid/CellColumnRowModel.mjs:85
MethodtoJSON
* @returns {Object}
src/selection/grid/CellColumnModel.mjs:85
MethodtoJSON
* @returns {Object}
src/selection/grid/BaseModel.mjs:405
MethodtoJSON
* @returns {Object}
src/selection/table/CellColumnRowModel.mjs:104
MethodtoJSON
* @returns {Object}
src/selection/table/CellColumnModel.mjs:104
MethodtoJSON
* @returns {Object}
src/selection/table/CellRowModel.mjs:136
MethodtoJSON
* Serializes the observable state into a JSON-compatible object. * @returns {Object}
src/core/Observable.mjs:363
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/state/Provider.mjs:704
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/data/Model.mjs:141
MethodtoJSON
* When using JSON.stringify(this), we want to get the raw data * @returns {Object}
src/data/RecordFactory.mjs:336
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/data/Store.mjs:1388
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/data/Pipeline.mjs:520
MethodtoJSON
* @returns {Object}
src/grid/ScrollManager.mjs:349
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/grid/Container.mjs:1225
MethodtoJSON
* @returns {Object}
src/grid/Body.mjs:1550
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/grid/column/AnimatedCurrency.mjs:90
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/grid/column/Component.mjs:174
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/grid/column/Index.mjs:45
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/grid/column/Base.mjs:218
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/grid/column/AnimatedChange.mjs:92
MethodtoJSON
* Serializes the instance into a JSON-compatible object for the Neural Link. * @returns {Object}
src/grid/column/Currency.mjs:75
MethodtoJSON
* @returns {Object}
src/grid/header/Button.mjs:390
MethodtoJSON
* @returns {Object}
src/grid/header/Toolbar.mjs:460
MethodtoJSON
* Serializes the form container into a JSON-compatible object. * Includes the current values of all child fields. * @returns {Object}
src/form/Container.mjs:404
MethodtoJSON
* Serializes the field into a JSON-compatible object. * @returns {Object}
src/form/field/Date.mjs:283
MethodtoJSON
* Serializes the field into a JSON-compatible object. * @returns {Object}
src/form/field/Text.mjs:1687
MethodtoJSON
* Serializes the field into a JSON-compatible object. * @returns {Object}
src/form/field/Base.mjs:401
MethodtoJSON
* Serializes the field into a JSON-compatible object. * @returns {Object}
src/form/field/Picker.mjs:338
← previousnext →8,401–8,500 of 8,612, ranked by callers