MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

MethodapplyChildAttributes
* 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
MethodapplyChildAttributes
* 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
MethodapplyChildAttributes
* 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
MethodapplyChildAttributes
* Placeholder method * @param {Neo.component.Base} item * @param {Number} index * @protected
src/layout/Base.mjs:80
MethodapplyChildAttributes
* 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
MethodapplyChildAttributes
* 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
MethodapplyClones
* @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
FunctionapplyFromNs
* Maps methods from one namespace to another one * @example * // aliases * Neo.applyFromNs(Neo, Util, { * createStyleObject: '
src/Neo.mjs:132
MethodapplyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/Sparkline.mjs:42
MethodapplyRecordConfigs
* @param {Object} config * @param {Neo.data.Record} record * @returns {Object}
src/grid/column/Tree.mjs:68
MethodapplyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/LinkedIn.mjs:38
MethodapplyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/CountryFlag.mjs:38
MethodapplyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/Icon.mjs:38
MethodapplyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/IconLink.mjs:50
MethodapplyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/GitHubUser.mjs:34
MethodapplyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/GitHubOrgs.mjs:35
MethodapplyRecordConfigs
* @param {Object} config * @param {Record} record * @returns {Object}
src/grid/column/Progress.mjs:34
MethodapplyRegion
(columns, toolbar)
src/grid/header/Wrapper.mjs:88
MethodapplyRenderAttributes
* Applies CSS classes to the container this layout is bound to
src/layout/Flexbox.mjs:165
MethodapplyRenderAttributes
* @param {Boolean} silent=false * @protected
src/layout/Base.mjs:86
FunctionapplyToGlobalNs
* 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
FunctionassignDefaults
* 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
MethodassignInternalId
* 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
FunctionassignToNs
* 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
Methodattach
* Attaches sensors event listeners to the DOM
src/main/draggable/sensor/Touch.mjs:68
Methodattach
* Attaches sensors event listeners to the DOM
src/main/draggable/sensor/Mouse.mjs:56
MethodautoResize
*
src/component/wrapper/MapboxGL.mjs:236
MethodbadgeNode
* @member {Object} rippleWrapper
src/button/Base.mjs:181
MethodbeforeGetCacheName
* Triggered when accessing the cacheName config. * Appends the application version to ensure cache invalidation on upgrades. * @param {Strin
src/worker/ServiceBase.mjs:177
MethodbeforeGetCls
* Triggered when accessing the cls config * @param {String[]|null} value * @protected
src/component/Base.mjs:920
MethodbeforeGetColumnPositions
* Triggered after the columnPositions config got changed * @param {Object} value * @protected
src/grid/Body.mjs:652
MethodbeforeGetComponent
* @protected * @returns {Neo.component.Base}
src/util/KeyNavigation.mjs:46
MethodbeforeGetData
* 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
MethodbeforeGetData
* Triggered when accessing the data config * @param {Object} value * @protected
src/state/Provider.mjs:208
MethodbeforeGetDocumentDeleteUrl
(documentDeleteUrl)
src/form/field/FileUpload.mjs:809
MethodbeforeGetDocumentStatusUrl
(documentStatusUrl)
src/form/field/FileUpload.mjs:801
MethodbeforeGetDownloadUrl
(downloadUrl)
src/form/field/FileUpload.mjs:817
MethodbeforeGetDragProxyConfig
* 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
MethodbeforeGetEditCalendarContainer
* Gets triggered before getting the value of the editCalendarContainer config * @param {Neo.calendar.view.calendars.EditContainer|null} value
src/calendar/view/MainContainer.mjs:357
MethodbeforeGetEditEventContainer
* Gets triggered before getting the value of the editEventContainer config * @param {Neo.calendar.view.EditEventContainer|null} value * @ret
src/calendar/view/MainContainer.mjs:381
MethodbeforeGetFormGroup
* Triggered when accessing the formGroup config * @param {String|null} value * @returns {String|null} parents * @protected
src/form/field/Base.mjs:163
MethodbeforeGetGallery
* Triggered when accessing the gallery config * @param {Neo.component.Gallery|null} value * @protected
apps/covid/view/GalleryContainerController.mjs:27
MethodbeforeGetGallery
* Triggered when accessing the gallery config * @param {Neo.component.Gallery|null} value * @protected
apps/sharedcovid/view/GalleryContainerController.mjs:27
MethodbeforeGetGallery
* Triggered when accessing the gallery config * @param {Neo.component.Gallery|null} value * @protected
examples/component/coronaGallery/ViewportController.mjs:27
MethodbeforeGetHeaders
(headers)
src/form/field/FileUpload.mjs:797
MethodbeforeGetHelix
* Triggered when accessing the helix config * @param {Neo.component.Helix|null} value * @protected
apps/covid/view/HelixContainerController.mjs:27
MethodbeforeGetHelix
* Triggered when accessing the helix config * @param {Neo.component.Helix|null} value * @protected
apps/sharedcovid/view/HelixContainerController.mjs:27
MethodbeforeGetHelix
* Triggered when accessing the helix config * @param {Neo.component.Helix|null} value * @protected
examples/component/helix/ViewportController.mjs:27
MethodbeforeGetIconCls
* Converts the iconCls array into a string on beforeGet * @returns {String} * @protected
src/button/Effect.mjs:319
MethodbeforeGetIconCls
* Converts the iconCls array into a string on beforeGet * @returns {String} * @protected
src/button/Base.mjs:488
MethodbeforeGetItemTpl
* @returns {Object}
src/component/Helix.mjs:504
MethodbeforeGetItemTpl
* @returns {Object}
src/component/Gallery.mjs:376
MethodbeforeGetMaxSize
(maxSize)
src/form/field/FileUpload.mjs:825
MethodbeforeGetStyle
* Triggered when accessing the style config * @param {Object} value * @protected
src/component/Base.mjs:929
MethodbeforeGetTable
* Triggered when accessing the table config * @param {Neo.table.Container|null} value * @protected
apps/covid/view/TableContainerController.mjs:158
MethodbeforeGetTable
* Triggered when accessing the table config * @param {Neo.table.Container|null} value * @protected
apps/sharedcovid/view/TableContainerController.mjs:158
MethodbeforeGetTriggers
* Return a shallow copy of the triggers config * @param {Array|null} value * @protected
src/form/field/Text.mjs:966
MethodbeforeGetValueFormat
* Gets triggered before getting the value of the valueFormat config * @param {String} value * @param {String} oldValue * @protected
src/form/field/Time.mjs:210
MethodbeforeGetView
* Gets triggered before getting the value of the view config * @param {String} value * @returns {Neo.component.Base}
src/selection/Model.mjs:70
MethodbeforeGetWrapperCls
* Triggered when accessing the wrapperCls config * @param {String[]|null} value * @protected
src/component/Base.mjs:938
MethodbeforeGetWrapperStyle
* 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
MethodbeforeHealthcheck
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:517
MethodbeforeMcpServerInit
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:484
MethodbeforeMcpServerInit
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:514
MethodbeforeRequest
({ headers })
examples/form/field/fileupload/MainContainer.mjs:52
MethodbeforeSend
* Intercepts the WebSocket send calls * @param {Object} data * @returns {String}
src/data/connection/WebSocket.mjs:115
MethodbeforeSetA
(value, oldValue)
test/playwright/unit/core/ClassSystem.spec.mjs:40
MethodbeforeSetActiveView
* Triggered before the activeView config gets changed. * @param {String} value * @param {String} oldValue * @protected
src/calendar/view/MainContainer.mjs:406
MethodbeforeSetActiveView
* Triggered before the activeView config gets changed * @param {String} value * @param {String} oldValue * @returns {String} * @pr
src/code/LivePreview.mjs:199
MethodbeforeSetAlign
* Checks if the new value for "align" is valid * @param {String|null} value * @param {String|null} oldValue * @protected * @return
src/layout/Flexbox.mjs:191
MethodbeforeSetAlign
* Checks if the new value for "align" is valid * @param {String|null} value * @param {String|null} oldValue * @protected * @return
src/plugin/Popover.mjs:133
MethodbeforeSetAlign
* Triggered before the align config gets changed. * @param {Object|String} value * @param {Object} oldValue * @returns {Object} *
src/component/Base.mjs:966
MethodbeforeSetAlign
* Triggered before the align config gets changed * @param {String} value * @param {String} oldValue * @protected
src/form/field/trigger/Base.mjs:158
MethodbeforeSetApi
* @param {Object|String|null} value * @param {Object|String|null} oldValue * @protected * @returns {Object|null}
src/data/Store.mjs:421
MethodbeforeSetAssembler
* 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
MethodbeforeSetAutoCapitalize
* Triggered before the autoCapitalize config gets changed * @param {String} value * @param {String} oldValue * @protected * @retur
src/form/field/Text.mjs:981
MethodbeforeSetB
(value, oldValue)
test/playwright/unit/core/ClassSystem.spec.mjs:46
MethodbeforeSetBadgePosition
* Triggered before the badgePosition config gets changed * @param {String} value * @param {String} oldValue * @returns {String} *
src/button/Effect.mjs:336
MethodbeforeSetBadgePosition
* Triggered before the badgePosition config gets changed * @param {String} value The new value of the badgePosition config. * @param {Str
src/button/Base.mjs:505
MethodbeforeSetBadgePosition
* Triggered before the badgePosition config gets changed * @param {String} value * @param {String} oldValue * @returns {String} *
src/functional/button/Base.mjs:316
MethodbeforeSetBody
* 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
MethodbeforeSetBodyId
* Triggered before the bodyId config gets changed. * @param {String} value * @param {String} oldValue * @protected
src/table/Container.mjs:307
MethodbeforeSetCellAlign
* Triggered before the cellAlign config gets changed * @param {String} value * @param {String} oldValue * @protected
src/grid/header/Button.mjs:265
MethodbeforeSetCellAlign
* Triggered before the cellAlign config gets changed * @param {String} value * @param {String} oldValue * @protected
src/table/header/Button.mjs:224
MethodbeforeSetCellIconCls
* 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
MethodbeforeSetCellIconCls
* 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
MethodbeforeSetChartConfig
* Triggered before the chartConfig config gets changed. * @param {Object} value * @param {Object} oldValue * @returns {Object} * @
src/component/wrapper/AmChart.mjs:132
MethodbeforeSetChartData
* Triggered before the chartData config gets changed. * @param {Array|null} value * @param {Array|null} oldValue * @protected
src/component/wrapper/MapboxGL.mjs:267
MethodbeforeSetCloseAction
* Triggered before the closeAction config gets changed * @param {String} value * @param {String} oldValue * @protected
src/dialog/Base.mjs:481
MethodbeforeSetCls
* @param {String[]|null} value * @param {String[]|null} oldValue * @protected * @returns {null}
src/container/Fragment.mjs:69
MethodbeforeSetCls
* Triggered before the cls config gets changed. * @param {String[]} value * @param {String[]} oldValue * @returns {String[]} * @pr
src/component/Base.mjs:986
MethodbeforeSetColumns
* Triggered before the columns config gets changed. * @param {Object[]} value * @param {Object[]} oldValue * @protected
src/grid/Container.mjs:623
MethodbeforeSetColumns
* Triggered before the columns config gets changed. * @param {Object[]} value * @param {Object[]} oldValue * @protected
src/table/Container.mjs:317
MethodbeforeSetComponent
* @param {Neo.component.Base} value * @protected * @returns {String} the component id
src/util/KeyNavigation.mjs:55
MethodbeforeSetConcurrencyGateTimeoutMs
* 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
MethodbeforeSetConcurrencyLimit
* 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
MethodbeforeSetConfigA
(newValue, oldValue)
test/playwright/unit/core/EffectBatching.spec.mjs:159
MethodbeforeSetConfigA
(newValue, oldValue)
test/playwright/unit/core/EffectBatching.spec.mjs:207
MethodbeforeSetConfigA
(newValue, oldValue)
test/playwright/unit/core/EffectBatching.spec.mjs:279
MethodbeforeSetConfigA
(value)
test/playwright/unit/core/ClassConfigsAndFields.spec.mjs:19
← previousnext →5,401–5,500 of 8,612, ranked by callers