MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

MethodafterSetFavoritesCount
* Triggered after the favoritesCount config got changed * @param {Number} value * @param {Number} oldValue * @protected
apps/realworld/view/article/PreviewComponent.mjs:179
MethodafterSetFeeds
* Triggered after the feeds config got changed * @param {Object[]} value * @param {Object[]} oldValue * @protected
apps/realworld/view/HomeComponent.mjs:263
MethodafterSetField
* Triggered after the field config got changed * @param {String} value * @param {String} oldValue * @protected
src/form/field/trigger/Base.mjs:117
MethodafterSetFields
Triggered after the fields config got changed * @param {Object[]|null} value * @param {Object[]|null} oldValue * @protected
src/data/Model.mjs:105
MethodafterSetFieldsets
* Triggered after the fieldsets config got changed * @param {String} value * @param {String} oldValue * @protected
apps/realworld/view/user/SignUpComponent.mjs:112
MethodafterSetFilterBy
(value, oldValue)
src/collection/Filter.mjs:110
MethodafterSetFilterMembersQuery
* Triggered after the filterMembersQuery config got changed * @param {String} value * @param {String} oldValue * @protected
docs/app/view/classdetails/MembersList.mjs:90
MethodafterSetFilters
* Triggered after the filters config got changed * @param {Array} value * @param {Array} oldValue * @protected
src/collection/Base.mjs:190
MethodafterSetFilters
* @param {Object[]} value * @param {Object[]} oldValue * @protected
src/data/Store.mjs:342
MethodafterSetFirstParentIsVisible
* Called when changing firstParentIsVisible * First store item gets marked and additional css class * * @param {Boolean} value * @
src/tree/Accordion.mjs:111
MethodafterSetFitContainer
* Triggered after the fitContainer config got changed * @param {Boolean} value * @param {Boolean} oldValue * @protected
src/layout/Cube.mjs:177
MethodafterSetFlipped
* Triggered after the flipped config got changed * @param {Boolean} value * @param {Boolean} oldValue * @protected
src/component/Helix.mjs:332
MethodafterSetFocusIndex
* Triggered after the focusIndex config got changed * @param {Number|Object|null} value * @param {Number|Object|null} oldValue * @prote
src/list/Base.mjs:273
MethodafterSetFollowSelection
* Triggered after the followSelection config got changed * @param {Boolean} value * @param {Boolean} oldValue * @protected
src/component/Helix.mjs:319
MethodafterSetFollowing
* Triggered after the following config got changed * @param {Boolean} value * @param {Boolean} oldValue * @protected
apps/realworld/view/user/ProfileComponent.mjs:192
MethodafterSetFontFamily
* Invalidates the measurement cache and updates the VDOM when the `fontFamily` config changes, * as a new font will change all character dimensio
src/component/MagicMoveText.mjs:276
MethodafterSetFontSize
* Triggered after the fontSize config got changed * @param {Number} value * @param {Number} oldValue * @protected
src/component/Clock.mjs:65
MethodafterSetFontSize
* Triggered after the fontSize config got changed * @param {Number} value * @param {Number} oldValue * @protected
src/component/wrapper/MonacoEditor.mjs:220
MethodafterSetFooterToolbar
* Triggered after the footerToolbar config got changed * @param {Neo.toolbar.Base} value * @param {Neo.toolbar.Base} oldValue * @protec
src/grid/Container.mjs:400
MethodafterSetFormulas
* Triggered after the formulas config got changed. * This method sets up reactive effects for each defined formula. * Each formula function
src/state/Provider.mjs:177
MethodafterSetFullName
* @param {String|null} value * @param {String|null} oldValue
src/component/GitHubUser.mjs:76
MethodafterSetGap
* Updates the Container style to add a gap to display:flex * @param {String|null} value * @param {String|null} oldValue * @protected
src/layout/Flexbox.mjs:112
MethodafterSetGap
* Updates the Container style to add a gap to display:flex * @param {String|null} value * @param {String|null} oldValue * @protected
src/layout/Form.mjs:40
MethodafterSetGroupRequired
* Triggered after the required groupRequired got changed * @param {Boolean} value * @param {Boolean} oldValue * @protected
src/form/field/CheckBox.mjs:267
MethodafterSetHandler
* Triggered after the handler config got changed * @param {String} value * @param {String} oldValue * @protected
src/component/mwc/Button.mjs:108
MethodafterSetHasError
* @param {Boolean} value * @param {Boolean} oldValue * @protected
src/grid/column/component/Tree.mjs:118
MethodafterSetHeader
* Triggered after the header config got changed * @param {String|null} value * @param {String|null} oldValue * @protected
apps/portal/view/home/ContentBox.mjs:70
MethodafterSetHeading
(value, oldValue)
test/playwright/unit/vdom/RealWorldUpdates.spec.mjs:73
MethodafterSetHeadline
* Triggered after the headline config got changed * @param {String} value * @param {String} oldValue * @protected
apps/portal/view/home/FeatureSection.mjs:158
MethodafterSetHealthService
(value, oldValue)
ai/daemons/orchestrator/Orchestrator.mjs:179
MethodafterSetHeavyMaintenanceLeasePath
(value, oldValue)
ai/daemons/orchestrator/Orchestrator.mjs:188
MethodafterSetHelper
* Triggered after the helper config got changed. * @param {String} value * @param {String} oldValue * @protected
src/component/mwc/TextField.mjs:113
MethodafterSetHeuristics
* @param {Object|null} value * @param {Object|null} oldValue
apps/devindex/view/home/component/Heuristics.mjs:37
MethodafterSetHidden
* Triggered after the hidden config got changed * @param {Boolean} value * @param {Boolean} oldValue * @protected
src/component/Base.mjs:480
MethodafterSetHidden
* Triggered after the hidden config got changed * @param {Boolean} value * @param {Boolean} oldValue * @protected
src/form/field/trigger/CopyToClipboard.mjs:53
MethodafterSetHidden
* Triggered after the hidden config got changed * @param {Boolean} value * @param {Boolean} oldValue * @protected
src/form/field/trigger/Base.mjs:127
MethodafterSetHidden
* Triggered after the hidden config got changed * @param {Boolean} value * @param {Boolean} oldValue * @protected
src/form/field/trigger/Clear.mjs:49
MethodafterSetHideLabel
* Triggered after the hideLabel config got changed * @param {Boolean} value * @param {Boolean} oldValue * @protected
src/form/field/Text.mjs:463
MethodafterSetHideLabel
* Triggered after the hideLabel config got changed * @param {String} value * @param {String} oldValue * @protected
src/form/field/CheckBox.mjs:277
MethodafterSetHideTriggerButton
* Triggered after the hideTriggerButton config got changed * @param {Boolean} value * @param {Boolean} oldValue * @protected
src/button/Split.mjs:127
MethodafterSetHorizontal
* Triggered after horizontal config got changed * @param {Boolean} isHorizontal * @protected
src/component/Process.mjs:130
MethodafterSetHoverId
* @param {String|null} value * @param {String|null} oldValue
apps/portal/view/home/FooterCanvas.mjs:97
MethodafterSetHoverId
* @param {String|null} value * @param {String|null} oldValue
src/app/header/Canvas.mjs:118
MethodafterSetHtml
* Triggered after the html config got changed * @param {String|null} value * @param {String|null} oldValue * @protected
src/component/Base.mjs:504
MethodafterSetIcon
* Triggered after the icon config got changed. * @param {String} value * @param {String} oldValue * @protected
src/component/mwc/Button.mjs:121
MethodafterSetIcon
* Triggered after the icon config got changed. * @param {String} value * @param {String} oldValue * @protected
src/component/mwc/TextField.mjs:123
MethodafterSetIconAlert
* Triggered after the iconAlert config got changed * @param {String|null} value * @param {String|null} oldValue * @protected
src/component/StatusBadge.mjs:170
MethodafterSetIconCls
* The initial title is set before the component is created, * so we have to check if it exists. * * @param {String[]|String} newValue
src/container/AccordionItem.mjs:131
MethodafterSetIconCls
* Triggered after the iconCls config got changed * @param {String} value * @param {String} oldValue * @protected
src/component/Legend.mjs:56
MethodafterSetIconCls
* Triggered after the iconCls config got changed * @param {String} value * @param {String} oldValue * @protected
src/component/Chip.mjs:110
MethodafterSetIconCls
* @param {String|null} value * @param {String|null} oldValue
src/component/Toast.mjs:169
MethodafterSetIconCls
* Triggered after the iconCls config got changed * @param {String} value * @param {String} oldValue * @protected
src/form/field/trigger/Base.mjs:140
MethodafterSetIconCls
* Triggered after the iconCls config got changed * @param {String} value The new value of the iconCls config. * @param {String} oldValue
src/button/Base.mjs:271
MethodafterSetIconClsChecked
* Triggered after the iconClsChecked config got changed * @param {String} value * @param {String} oldValue * @protected
src/form/Fieldset.mjs:160
MethodafterSetIconClsUnchecked
* Triggered after the iconClsUnchecked config got changed * @param {String} value * @param {String} oldValue * @protected
src/form/Fieldset.mjs:172
MethodafterSetIconColor
* Triggered after iconColor config got changed * @param {String} newValue * @protected
src/component/Process.mjs:146
MethodafterSetIconColor
* Triggered after the iconColor config got changed * @param {String|null} value The new value of the iconColor config. * @param {String|n
src/button/Base.mjs:287
MethodafterSetIconError
* Triggered after the iconError config got changed * @param {String|null} value * @param {String|null} oldValue * @protected
src/component/StatusBadge.mjs:182
MethodafterSetIconInfo
* Triggered after the iconInfo config got changed * @param {String|null} value * @param {String|null} oldValue * @protected
src/component/StatusBadge.mjs:194
MethodafterSetIconNeutral
* Triggered after the iconNeutral config got changed * @param {String|null} value * @param {String|null} oldValue * @protected
src/component/StatusBadge.mjs:206
MethodafterSetIconPosition
* Triggered after the iconPosition config got changed * @param {String} value The new value of the iconPosition config. * @param {String}
src/button/Base.mjs:308
MethodafterSetIconTrailing
* Triggered after the iconTrailing config got changed. * @param {String} value * @param {String} oldValue * @protected
src/component/mwc/TextField.mjs:133
MethodafterSetId
* Triggered after the id config got changed * @param {String} value * @param {String} oldValue
apps/agentos/view/Blackboard.mjs:28
MethodafterSetId
(value, oldValue)
test/playwright/unit/component/Base_PrototypePollution_Direct.spec.mjs:35
MethodafterSetId
(value, oldValue)
test/playwright/unit/component/Base_PrototypePollution.spec.mjs:35
MethodafterSetId
(value, oldValue)
test/playwright/unit/manager/domEvent/CustomVdomRoot.spec.mjs:49
MethodafterSetId
* Triggered after the id config got changed * @param {String|null} value * @param {String|null} oldValue * @protected
src/component/Base.mjs:514
MethodafterSetId
* Triggered after the id config got changed * @param {String|null} value * @param {String|null} oldValue * @protected
src/component/Abstract.mjs:219
MethodafterSetId
* Triggered after the id config got changed. * You can dynamically change instance ids if needed. They need to stay unique at any given point.
src/core/Base.mjs:328
MethodafterSetImage
* Triggered after the image config got changed * @param {String} value * @param {String} oldValue * @protected
apps/realworld/view/user/SettingsComponent.mjs:154
MethodafterSetImage
* Triggered after the image config got changed * @param {String} value * @param {String} oldValue * @protected
apps/realworld/view/user/ProfileComponent.mjs:212
MethodafterSetImageSource
* Triggered after the imageSource config got changed * @param {String|null} value * @param {String|null} oldValue * @protected
src/component/Helix.mjs:342
MethodafterSetIndices
* Triggered after the indices config gets changed. * Re-initializes empty maps for each index and optionally seeds them. * @param {Object[]|
ai/graph/Store.mjs:47
MethodafterSetInitialOpen
* @param {Number[]} value * @param {Number[]} oldValue
src/container/Accordion.mjs:62
MethodafterSetInnerRadius
* Triggered after the innerRadius config got changed * @param {Number} value * @param {Number} oldValue * @protected
src/component/Circle.mjs:271
MethodafterSetInputEditable
* Triggered after the inputEditable config got changed * @param {Number} value * @param {Number} oldValue * @protected
src/form/field/Number.mjs:109
MethodafterSetInputPattern
* Triggered after the inputPattern config got changed * @param {RegExp|null} value * @param {RegExp|null} oldValue * @protected
src/form/field/Text.mjs:493
MethodafterSetInputTag
* Triggered after the inputTag config got changed * @param {String} value * @param {String} oldValue * @protected
src/form/field/TextArea.mjs:121
MethodafterSetInputType
* Triggered after the inputType config got changed * @param {String} value * @param {String} oldValue * @protected
src/form/field/Text.mjs:510
MethodafterSetInputType
* Triggered after the inputType config got changed * @param {String} value * @param {String} oldValue * @protected
src/form/field/CheckBox.mjs:303
MethodafterSetInputValue
* Triggered after the inputValue config got changed * @param {String|null} value * @param {String|null} oldValue * @protected
src/form/field/Text.mjs:520
MethodafterSetInputValue
* Triggered after the inputValue config got changed * @param {String|null} value * @param {String|null} oldValue * @protected
src/form/field/ComboBox.mjs:191
MethodafterSetInterval
* Triggered after the interval config got changed * @param {Number} value * @param {Number} oldValue * @protected
src/calendar/view/week/TimeAxisComponent.mjs:103
MethodafterSetIsCanvasReady
* @param {Boolean} value * @param {Boolean} oldValue
apps/portal/view/home/FooterCanvas.mjs:59
MethodafterSetIsCanvasReady
* @param {Boolean} value * @param {Boolean} oldValue
src/app/SharedCanvas.mjs:61
MethodafterSetIsCanvasReady
* @param {Boolean} value * @param {Boolean} oldValue
src/app/header/Canvas.mjs:66
MethodafterSetIsLastChild
* @param {Boolean} value * @param {Boolean} oldValue * @protected
src/grid/column/component/Tree.mjs:127
MethodafterSetIsLeaf
* @param {Boolean} value * @param {Boolean} oldValue * @protected
src/grid/column/component/Tree.mjs:136
MethodafterSetIsLoading
* Triggered after the isLoading config got changed * @param {Boolean|String} value * @param {Boolean|String} oldValue * @protected
src/component/Base.mjs:531
MethodafterSetIsLoading
* Triggered after the isLoading config got changed * @param {Boolean|String} value * @param {Boolean|String} oldValue * @protected
src/grid/Container.mjs:414
MethodafterSetIsNodeLoading
* @param {Boolean} value * @param {Boolean} oldValue * @protected
src/grid/column/component/Tree.mjs:145
MethodafterSetIsReady
* Hook that fires after the `isReady` config changes. If the service becomes ready (`value` is true) * and there's a pending route hash (`#lastRo
apps/portal/service/Seo.mjs:59
MethodafterSetIsReady
* Triggered after the isReady config gets changed. * Resolves the ready() promise and fires the ready event for observable classes. * @param
src/core/Base.mjs:357
MethodafterSetIsReady
* Triggered after the isReady config got changed * @param {Boolean} value * @param {Boolean} oldValue * @protected
src/main/addon/AmCharts.mjs:81
MethodafterSetIsReady
* Triggered after the `isReady` config got changed. * When `isReady` becomes true, any cached remote method calls are executed. * At this po
src/main/addon/Base.mjs:162
MethodafterSetIsReady
* Triggered after the isReady config got changed * @param {Boolean} value * @param {Boolean} oldValue * @protected
src/functional/component/Base.mjs:105
MethodafterSetIsScrolling
* @param {Boolean} value * @param {Boolean} oldValue
apps/devindex/view/HeaderToolbar.mjs:113
MethodafterSetIsScrolling
* Triggered after the isScrolling config got changed * @param {Number} value * @param {Number} oldValue * @protected
src/grid/Body.mjs:490
MethodafterSetIsSorted
* Triggered after the isSorted config got changed * @param {String|null} value * @param {String|null} oldValue * @protected
src/grid/header/Button.mjs:124
MethodafterSetIsSorted
* Triggered after the isSorted config got changed * @param {String|null} value * @param {String|null} oldValue * @protected
src/table/header/Button.mjs:127
← previousnext →4,801–4,900 of 8,612, ranked by callers