qtil
advanced-security/qtil-javascript 0.0.3
Search

Module Redux::ActionCreator

Companion module to the ActionCreator class.

Import path

import semmle.javascript.frameworks.Redux

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}.