All Downloads are FREE. Search and download functionalities are using the official Maven repository.

actions.dependency.js Maven / Gradle / Ivy

The newest version!
import {
    REGISTER_DEPENDENCY,
} from '../constants/dependency'

import createActionHelper from './createActionHelper'

/**
 * Регистрация зависимости
 * @param widgetId
 * @param dependency
 */
export function registerDependency(widgetId, dependency) {
    return createActionHelper(REGISTER_DEPENDENCY)({ widgetId, dependency })
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy