File manager - Edit - /usr/local/sitepad/editor/site-data/plugins/kkart-pro/packages/kkart-blocks/assets/js/data/schema/actions.js
Back
/** * Internal dependencies */ import { ACTION_TYPES as types } from './action-types.js'; import { API_BLOCK_NAMESPACE } from '../constants'; /** * Returns an action object used to update the store with the provided list * of model routes. * * @param {Object} routes An array of routes to add to the store state. * @param {string} namespace * * @return {Object} The action object. */ export function receiveRoutes( routes, namespace = API_BLOCK_NAMESPACE ) { return { type: types.RECEIVE_MODEL_ROUTES, routes, namespace, }; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings