CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.12 (changelog, source)
Search

Module Redux::ActionCreator

Companion module to the ActionCreator class.

Import path

import javascript

Classes

MultiAction

An action creator made by a call to createActions: js let { actionOne, actionTwo } = createActions({ ACTION_ONE: (x, y) => { x, y }, ACTION_TWO: (x, y) => { x, y }, })

Range

A function for creating and dispatching action objects of shape {type, payload}.