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
applyChildAttributes
* Initially sets the CSS classes of the container items this layout is bound to. * @param {Neo.component.Base} item * @param {Number} index
src/layout/Cube.mjs:269
Method
applyChildAttributes
* Applies the flex value to an item of the container this layout is bound to * @param {Neo.component.Base} item * @param {Number} index
src/layout/Flexbox.mjs:148
Method
applyChildAttributes
* Applies the flex value to an item of the container this layout is bound to * @param {Neo.component.Base} item * @param {Number} index
src/layout/HBox.mjs:33
Method
applyChildAttributes
* Placeholder method * @param {Neo.component.Base} item * @param {Number} index * @protected
src/layout/Base.mjs:80
Method
applyChildAttributes
* Applies the flex value to an item of the container this layout is bound to * @param {Neo.component.Base} item * @param {Number} index
src/layout/VBox.mjs:33
Method
applyChildAttributes
* Applies the flex value to an item of the container this layout is bound to * @param {Neo.component.Base} item * @param {Number} index
src/layout/Form.mjs:56
Method
applyClones
* @param {Object} data * @param {Array} data.data * @param {String} data.id The reference id, not DOM id * @param {String} data.parentI
src/main/addon/CloneNode.mjs:42
Function
applyFromNs
* Maps methods from one namespace to another one * @example * // aliases * Neo.applyFromNs(Neo, Util, { * createStyleObject: '
src/Neo.mjs:132
Method
applyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/Sparkline.mjs:42
Method
applyRecordConfigs
* @param {Object} config * @param {Neo.data.Record} record * @returns {Object}
src/grid/column/Tree.mjs:68
Method
applyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/LinkedIn.mjs:38
Method
applyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/CountryFlag.mjs:38
Method
applyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/Icon.mjs:38
Method
applyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/IconLink.mjs:50
Method
applyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/GitHubUser.mjs:34
Method
applyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/GitHubOrgs.mjs:35
Method
applyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/Progress.mjs:34
Method
applyRegion
(columns, toolbar)
src/grid/header/Wrapper.mjs:88
Method
applyRenderAttributes
* Applies CSS classes to the container this layout is bound to
src/layout/Flexbox.mjs:165
Method
applyRenderAttributes
* @param {Boolean} silent=false * @protected
src/layout/Base.mjs:86
Function
applyToGlobalNs
* Maps a class to the global Neo or App namespace. * Can get called for classes and singleton instances * @memberOf module:Neo * @param
src/Neo.mjs:151
Function
assignDefaults
* Copies all keys of defaults into target, in case they don't already exist * @memberOf module:Neo * @param {Object} target The target obj
src/Neo.mjs:168
Method
assignInternalId
* Identity Provider Hook. * Assigns a stable, globally unique 'internalId' to items (Records or Raw Objects). * This ensures DOM stability a
src/data/Store.mjs:409
Function
assignToNs
* Assigns a new value to a given nested objects path. * It will create the path structure or parts of it, in case it does not exist. * @exam
src/Neo.mjs:192
Method
attach
* Attaches sensors event listeners to the DOM
src/main/draggable/sensor/Touch.mjs:68
Method
attach
* Attaches sensors event listeners to the DOM
src/main/draggable/sensor/Mouse.mjs:56
Method
autoResize
*
src/component/wrapper/MapboxGL.mjs:236
Method
badgeNode
* @member {Object} rippleWrapper
src/button/Base.mjs:181
Method
beforeGetCacheName
* Triggered when accessing the cacheName config. * Appends the application version to ensure cache invalidation on upgrades. * @param {Strin
src/worker/ServiceBase.mjs:177
Method
beforeGetCls
* Triggered when accessing the cls config * @param {String[]|null} value * @protected
src/component/Base.mjs:920
Method
beforeGetColumnPositions
* Triggered after the columnPositions config got changed * @param {Object} value * @protected
src/grid/Body.mjs:652
Method
beforeGetComponent
* @protected * @returns {Neo.component.Base}
src/util/KeyNavigation.mjs:46
Method
beforeGetData
* Triggered when accessing the data config * Convenience shortcut which is expensive to use, since it will generate a merged parent state provide
src/component/Abstract.mjs:312
Method
beforeGetData
* Triggered when accessing the data config * @param {Object} value * @protected
src/state/Provider.mjs:208
Method
beforeGetDocumentDeleteUrl
(documentDeleteUrl)
src/form/field/FileUpload.mjs:809
Method
beforeGetDocumentStatusUrl
(documentStatusUrl)
src/form/field/FileUpload.mjs:801
Method
beforeGetDownloadUrl
(downloadUrl)
src/form/field/FileUpload.mjs:817
Method
beforeGetDragProxyConfig
* Triggered when accessing the dragProxyConfig config * We are re-using this config to create multiple dragProxies, * so it is important to
src/draggable/DragZone.mjs:203
Method
beforeGetEditCalendarContainer
* Gets triggered before getting the value of the editCalendarContainer config * @param {Neo.calendar.view.calendars.EditContainer|null} value
src/calendar/view/MainContainer.mjs:357
Method
beforeGetEditEventContainer
* Gets triggered before getting the value of the editEventContainer config * @param {Neo.calendar.view.EditEventContainer|null} value * @ret
src/calendar/view/MainContainer.mjs:381
Method
beforeGetFormGroup
* Triggered when accessing the formGroup config * @param {String|null} value * @returns {String|null} parents * @protected
src/form/field/Base.mjs:163
Method
beforeGetGallery
* Triggered when accessing the gallery config * @param {Neo.component.Gallery|null} value * @protected
apps/covid/view/GalleryContainerController.mjs:27
Method
beforeGetGallery
* Triggered when accessing the gallery config * @param {Neo.component.Gallery|null} value * @protected
apps/sharedcovid/view/GalleryContainerController.mjs:27
Method
beforeGetGallery
* Triggered when accessing the gallery config * @param {Neo.component.Gallery|null} value * @protected
examples/component/coronaGallery/ViewportController.mjs:27
Method
beforeGetHeaders
(headers)
src/form/field/FileUpload.mjs:797
Method
beforeGetHelix
* Triggered when accessing the helix config * @param {Neo.component.Helix|null} value * @protected
apps/covid/view/HelixContainerController.mjs:27
Method
beforeGetHelix
* Triggered when accessing the helix config * @param {Neo.component.Helix|null} value * @protected
apps/sharedcovid/view/HelixContainerController.mjs:27
Method
beforeGetHelix
* Triggered when accessing the helix config * @param {Neo.component.Helix|null} value * @protected
examples/component/helix/ViewportController.mjs:27
Method
beforeGetIconCls
* Converts the iconCls array into a string on beforeGet * @returns {String} * @protected
src/button/Effect.mjs:319
Method
beforeGetIconCls
* Converts the iconCls array into a string on beforeGet * @returns {String} * @protected
src/button/Base.mjs:488
Method
beforeGetItemTpl
* @returns {Object}
src/component/Helix.mjs:504
Method
beforeGetItemTpl
* @returns {Object}
src/component/Gallery.mjs:376
Method
beforeGetMaxSize
(maxSize)
src/form/field/FileUpload.mjs:825
Method
beforeGetStyle
* Triggered when accessing the style config * @param {Object} value * @protected
src/component/Base.mjs:929
Method
beforeGetTable
* Triggered when accessing the table config * @param {Neo.table.Container|null} value * @protected
apps/covid/view/TableContainerController.mjs:158
Method
beforeGetTable
* Triggered when accessing the table config * @param {Neo.table.Container|null} value * @protected
apps/sharedcovid/view/TableContainerController.mjs:158
Method
beforeGetTriggers
* Return a shallow copy of the triggers config * @param {Array|null} value * @protected
src/form/field/Text.mjs:966
Method
beforeGetValueFormat
* Gets triggered before getting the value of the valueFormat config * @param {String} value * @param {String} oldValue * @protected
src/form/field/Time.mjs:210
Method
beforeGetView
* Gets triggered before getting the value of the view config * @param {String} value * @returns {Neo.component.Base}
src/selection/Model.mjs:70
Method
beforeGetWrapperCls
* Triggered when accessing the wrapperCls config * @param {String[]|null} value * @protected
src/component/Base.mjs:938
Method
beforeGetWrapperStyle
* Triggered when accessing the wrapperStyle config. * * It merges the current `vdom.style` into the result to ensure that runtime style muta
src/component/Base.mjs:955
Method
beforeHealthcheck
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:517
Method
beforeMcpServerInit
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:484
Method
beforeMcpServerInit
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:514
Method
beforeRequest
({ headers })
examples/form/field/fileupload/MainContainer.mjs:52
Method
beforeSend
* Intercepts the WebSocket send calls * @param {Object} data * @returns {String}
src/data/connection/WebSocket.mjs:115
Method
beforeSetA
(value, oldValue)
test/playwright/unit/core/ClassSystem.spec.mjs:40
Method
beforeSetActiveView
* Triggered before the activeView config gets changed. * @param {String} value * @param {String} oldValue * @protected
src/calendar/view/MainContainer.mjs:406
Method
beforeSetActiveView
* Triggered before the activeView config gets changed * @param {String} value * @param {String} oldValue * @returns {String} * @pr
src/code/LivePreview.mjs:199
Method
beforeSetAlign
* Checks if the new value for "align" is valid * @param {String|null} value * @param {String|null} oldValue * @protected * @return
src/layout/Flexbox.mjs:191
Method
beforeSetAlign
* Checks if the new value for "align" is valid * @param {String|null} value * @param {String|null} oldValue * @protected * @return
src/plugin/Popover.mjs:133
Method
beforeSetAlign
* Triggered before the align config gets changed. * @param {Object|String} value * @param {Object} oldValue * @returns {Object} *
src/component/Base.mjs:966
Method
beforeSetAlign
* Triggered before the align config gets changed * @param {String} value * @param {String} oldValue * @protected
src/form/field/trigger/Base.mjs:158
Method
beforeSetApi
* @param {Object|String|null} value * @param {Object|String|null} oldValue * @protected * @returns {Object|null}
src/data/Store.mjs:421
Method
beforeSetAssembler
* Triggered before the assembler config gets changed. * @param {Object|Neo.ai.context.Assembler} value * @param {Neo.ai.context.Assembler} o
ai/agent/Loop.mjs:127
Method
beforeSetAutoCapitalize
* Triggered before the autoCapitalize config gets changed * @param {String} value * @param {String} oldValue * @protected * @retur
src/form/field/Text.mjs:981
Method
beforeSetB
(value, oldValue)
test/playwright/unit/core/ClassSystem.spec.mjs:46
Method
beforeSetBadgePosition
* Triggered before the badgePosition config gets changed * @param {String} value * @param {String} oldValue * @returns {String} *
src/button/Effect.mjs:336
Method
beforeSetBadgePosition
* Triggered before the badgePosition config gets changed * @param {String} value The new value of the badgePosition config. * @param {Str
src/button/Base.mjs:505
Method
beforeSetBadgePosition
* Triggered before the badgePosition config gets changed * @param {String} value * @param {String} oldValue * @returns {String} *
src/functional/button/Base.mjs:316
Method
beforeSetBody
* Triggered before the body config gets changed. * @param {Object|Neo.grid.Body|null} value * @param {Object|Neo.grid.Body|null} oldValue
src/grid/Container.mjs:604
Method
beforeSetBodyId
* Triggered before the bodyId config gets changed. * @param {String} value * @param {String} oldValue * @protected
src/table/Container.mjs:307
Method
beforeSetCellAlign
* Triggered before the cellAlign config gets changed * @param {String} value * @param {String} oldValue * @protected
src/grid/header/Button.mjs:265
Method
beforeSetCellAlign
* Triggered before the cellAlign config gets changed * @param {String} value * @param {String} oldValue * @protected
src/table/header/Button.mjs:224
Method
beforeSetCellIconCls
* Triggered before the cellIconCls config gets changed. Converts the string into an array if needed. * @param {Array|String|null} value The ne
src/component/Icon.mjs:55
Method
beforeSetCellIconCls
* Triggered before the cellIconCls config gets changed. Converts the string into an array if needed. * @param {Array|String|null} value The ne
src/component/IconLink.mjs:128
Method
beforeSetChartConfig
* Triggered before the chartConfig config gets changed. * @param {Object} value * @param {Object} oldValue * @returns {Object} * @
src/component/wrapper/AmChart.mjs:132
Method
beforeSetChartData
* Triggered before the chartData config gets changed. * @param {Array|null} value * @param {Array|null} oldValue * @protected
src/component/wrapper/MapboxGL.mjs:267
Method
beforeSetCloseAction
* Triggered before the closeAction config gets changed * @param {String} value * @param {String} oldValue * @protected
src/dialog/Base.mjs:481
Method
beforeSetCls
* @param {String[]|null} value * @param {String[]|null} oldValue * @protected * @returns {null}
src/container/Fragment.mjs:69
Method
beforeSetCls
* Triggered before the cls config gets changed. * @param {String[]} value * @param {String[]} oldValue * @returns {String[]} * @pr
src/component/Base.mjs:986
Method
beforeSetColumns
* Triggered before the columns config gets changed. * @param {Object[]} value * @param {Object[]} oldValue * @protected
src/grid/Container.mjs:623
Method
beforeSetColumns
* Triggered before the columns config gets changed. * @param {Object[]} value * @param {Object[]} oldValue * @protected
src/table/Container.mjs:317
Method
beforeSetComponent
* @param {Neo.component.Base} value * @protected * @returns {String} the component id
src/util/KeyNavigation.mjs:55
Method
beforeSetConcurrencyGateTimeoutMs
* Rejects non-finite or negative `concurrencyGateTimeoutMs` values. `0` is a * valid sentinel meaning "no timeout — slots wait indefinitely until
ai/daemons/orchestrator/services/TenantRepoSyncService.mjs:174
Method
beforeSetConcurrencyLimit
* Rejects non-positive-integer `concurrencyLimit` values. `0` would create a * never-acquirable semaphore; negatives and fractional values produc
ai/daemons/orchestrator/services/TenantRepoSyncService.mjs:161
Method
beforeSetConfigA
(newValue, oldValue)
test/playwright/unit/core/EffectBatching.spec.mjs:159
Method
beforeSetConfigA
(newValue, oldValue)
test/playwright/unit/core/EffectBatching.spec.mjs:207
Method
beforeSetConfigA
(newValue, oldValue)
test/playwright/unit/core/EffectBatching.spec.mjs:279
Method
beforeSetConfigA
(value)
test/playwright/unit/core/ClassConfigsAndFields.spec.mjs:19
← previous
next →
5,401–5,500 of 8,612, ranked by callers